The ribbon bar has a save button... and I'd like to add special behavior when the user clicks the save button.
Is there any way to intercept or override (with add handler perhaps) the save button click event?
1 Answer, 1 is accepted
0
Dinko | Tech Support Engineer
Telerik team
answered on 07 Sep 2023, 12:30 PM
Hi Martin,
The save button at the top left corner of the control is located in the QuickAccessToolBar section. The save button will be the first element in the QuickAccessToolBarItems collection property of the RichTextEditorRibbon. You can subscribe to its MouseDown event which will be called before the Click event which executes the save logic.