I have linked sample project here where I can reproduce the issue -
CIllustrationPage.xaml has a BlazorWebView whose root component in CIllustration.razorCIllustration.razor has a SfRichTextEditor whose content property should be dynamically set
In CIllustrationPage.xaml.cs constructor, if I set the parameters => they appear coorectly in RichTextEditorBut my content is not yet available at this point.
So, I tried to set the parameters in OnBindingContextChanged method where my data is available.[In the app, I have simulated a delay to represent real data-fetch scenario]
This newly set parameters are not notified to the RichTextEditor