I am using Telerik RichTextBox Editor (such as MS Office) in my WPF project. When I save the file and try to save it later after making changes, it opens SaveFileDialog and asks for the file name, although I already defined it and saved it (for example, it considers that I use Save As, not Save). How can I solve this problem?
I use
<telerik:RadRibbonButton telerik:RadRichTextBoxRibbonUI.RichTextCommand="{Binding Path=SaveCommand}" Size="Small" SmallImage="pack://application:,,,/Telerik.Windows.Controls.RichTextBoxUI;component/Images/MSOffice/16/save.png" Text="Save" />
source share