-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: How can i change selected date, ok and cancel buttons background color? #22
Comments
Hello @usharanin26, You can use ToolButtonsStyle, SelectedDayStyle styles for this. Best Regards |
Hi @sebarslan, Can you please give me an example, I did try to add below style as SelectedDayStyle. It didn't work var customDatePickerStyle = new Style(typeof(NullableDateTimePickerOptions)) |
This is how we've done it we added a new style
And then added it to the NullableDatePickerOptions. |
Thank you, got it. new Style(typeof(Button)) did the job |
I'm glad you solved the problem. You can also do it this way.
Best Regards |
Thank you and one last question, |
I'll try to add this to the next version |
calendar pop-up is not working for iOS |
Hi @usharanin26 |
Hi @usharanin26 Can you check if version 2.4.0 works on ios? Thank you |
Question: How can i change selected date, ok and cancel buttons background color?
The text was updated successfully, but these errors were encountered: