syncfusion / flutter-examples

This repository contains the Syncfusion Flutter UI widgets examples and the guide to use them.
Other
1.98k stars 775 forks source link

Calendar: How to change style of selected date text? #641

Closed BrianDevOK closed 2 years ago

BrianDevOK commented 2 years ago

I can change the selected date container, but I can’t figure out how to change the text of the selected date. For example if I click the 14th on the calendar (month view), I want to change the color of the text of the 14. If possible, how? If not possible please add.

Thanks

Indumathi1195R commented 2 years ago

Hi,

Currently, we are validating your requirement “Changing the selected date text color in the Flutter Calendar”. We will validate and let you know the details on or before June 28, 2022. We appreciate your patience until then.

Regards, Indumathi R

Indumathi1195R commented 2 years ago

Hi ,

Based on the shared information, we have checked and your requirement is “Changing the selected date text color in the Flutter Calendar” and there is no direct support to achieve your requirement. But your requirement can be achieved by sample level by using monthCellbuilder. We have prepared the simple sample for the same. Please find the sample from the following link.

Sample link: https://www.syncfusion.com/downloads/support/directtrac/general/ze/selecteddatetextcolor-1350461570.zip

We hope that this helps you. Please let us know if you need further assistance.

Regards, Indumathi R

BrianDevOK commented 2 years ago

Thank you. Much appreciated.