Issue with DateSelectionColor dynamically

I want to change the DateSelectionColor dynamically, (If the dates selected are wrong then set it red if not set in blue) I'm using Range selection. 
This property does not refresh sometimes. 

I had tried refresh the calendar, set the settings again and nothing. 

 MonthViewSettings monthViewSettings = new MonthViewSettings();
 
  monthViewSettings.SetBinding(MonthViewSettings.DateSelectionColorProperty, "SelectionColor");
calendar.MonthViewSettings = monthViewSettings;  
calendar.Refresh();

Any idea?

Version: 16.3.0.21
Tested: Android/iOS

1 Reply

VR Vigneshkumar Ramasamy Syncfusion Team October 1, 2018 12:11 PM UTC

Hi Charlin,  
  
Sorry for the inconvenience caused. 
  
We can reproduce the mentioned issue with “DateSelectionColor is not working Dynamically in Xamarin.Forms (Android and iOS)” and we have logged an issue report for the same. This issue fix will be included in our upcoming Volume 3 SP1 release which expected by end of October, 2018. We appreciate your patience until then.  
   
Regards,  
Vigneshkumar R 


Loader.
Up arrow icon