|
<calendar:SfCalendar.MonthViewSettings>
<calendar:MonthViewSettings SelectedDayTextColor="red"
DateSelectionColor="Transparent"
SelectionShape="Circle" />
</calendar:SfCalendar.MonthViewSettings> |
Hi Donjet,Thank you for the update.We have checked the reported query “Don’t change the color when cell tapped” from our end. We would like to inform you that you can achieved your requirement by setting the DateSelectionColor property into transparent in the MonthViewSettings. Please refer to the following Code snippet for your reference.Code Snippet
<calendar:SfCalendar.MonthViewSettings><calendar:MonthViewSettings SelectedDayTextColor="red"DateSelectionColor="Transparent"SelectionShape="Circle" />calendar:SfCalendar.MonthViewSettings>We have attached the sample in the following LinkWe hope this helps. Please let us know if you need any further assistance.Regards,SaiGanesh Sakthivel