Dear staff,
A control button RadRichTextBoxRibbonUI was created to display or hide the comments.
In the codebehind is intercepted on the click event of the button and the code is executed:
The code runs but the view does not update, or do not see the comments.
It 'Need to refresh particular?
Thank you!
A.
A control button RadRichTextBoxRibbonUI was created to display or hide the comments.
In the codebehind is intercepted on the click event of the button and the code is executed:
private
void
RadRibbonButton_Click(
object
sender, RoutedEventArgs e)
{
editor.ShowComments = !editor.ShowComments
}
The code runs but the view does not update, or do not see the comments.
It 'Need to refresh particular?
Thank you!
A.