Hello,
First of all, I have been looking through all the posts looking for similar problem and despite there is an interesting post it hasn´t helped me, so I have decided to open a new thread.
I have added a RadDateTimePicker and I would like to apply a theme but not to the textbox but to the calendar. The background of the calendar is white and I would like to change it. I don´t mind to change a background color to the header or just change the theme to a radCalendar.
I have implemented the following code but didn´t work:
this.radDateTimePicker1.ThemeName = "Telerik";
Unfortunately the theme is only applied to the textbox and calendar keeps the default theme.
What can I do to apply a theme ONLY to the calendar?
Thank you in advance.
First of all, I have been looking through all the posts looking for similar problem and despite there is an interesting post it hasn´t helped me, so I have decided to open a new thread.
I have added a RadDateTimePicker and I would like to apply a theme but not to the textbox but to the calendar. The background of the calendar is white and I would like to change it. I don´t mind to change a background color to the header or just change the theme to a radCalendar.
I have implemented the following code but didn´t work:
this.radDateTimePicker1.ThemeName = "Telerik";
Unfortunately the theme is only applied to the textbox and calendar keeps the default theme.
What can I do to apply a theme ONLY to the calendar?
Thank you in advance.