Hi,
I'm trying to populate the content of a RadDateTimePicker from an AJAX call. I've managed to get the control to show the new date however when I do the box of the control reverts to a standard .net control appearance and also the icons seem to show their alt text ("Open the calendar popup" and "Open the time view popup"). It seems as though the CSS gets screwed up when setting the value from the server,
I'm using a formview so have the following code in the codebehind:
Note that if I use set_selectedDate from Javascript the date gets populated with no damage to the CSS.
Any ideas?
Regards,
Jon
I'm trying to populate the content of a RadDateTimePicker from an AJAX call. I've managed to get the control to show the new date however when I do the box of the control reverts to a standard .net control appearance and also the icons seem to show their alt text ("Open the calendar popup" and "Open the time view popup"). It seems as though the CSS gets screwed up when setting the value from the server,
I'm using a formview so have the following code in the codebehind:
| DirectCast(uxFormView.FindControl("uxDate"), RadDateTimePicker).SelectedDate = Now() |
Note that if I use set_selectedDate from Javascript the date gets populated with no damage to the CSS.
Any ideas?
Regards,
Jon