You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the current implementation of the SfCalendar, there is no direct support to enhance the theming of the date picker in SfCalendar while enabling the showDatePickerButton property and it is the default behavior. However, you can change the theming of the date picker by customizing the header of the SfCalendar.
Replace the default date picker button with a custom header button in SfCalendar.
Implement your own date picker dialog, applying the desired theme and styles.
Update the calendar view dynamically based on the selected date.
Kindly refer to the shared knowledge base article and you can modify the sample based on your needs. If you have any further questions or need additional guidance, please feel free to reach out.
Use case
When showDatePickerButton is true, there is no theme API for the date picker theme.
See screenshot for the date picker in question

Proposal
I'd like an API on SfCalendar that allows you to theme the date picker that is used when showDatePickerButton is set to true.
The text was updated successfully, but these errors were encountered: