Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hi, SpecialDates is a great feature in the calendar and sets this product apart. I have noticed that when working with MVVM, the update to the SpecialDates does not respond. And there is no way to update the control. What I have done as a work around is to set the control to IsVisible = false, then set it to IsVisible = True. that forces the control to update. I am using stanard MVVM Binding, which is the normal way to deal with controls. Can we have the control respond to updates "OnPropertyChange" and deal with the update.

Thank you.