Here is the code for RadTimePiker in javasvcript
('timePikerSelectedTime' is RadTimePiker picker)
var selTime = window['timePikerSelectedTime'];
selTime.DateInput.Disable();
I am upgrading my control from asp.net Q3 2007 to Asp.net Ajax 2008.
I didn't get the DateInput property in new version.
How can i chage the above code to work my application.
('timePikerSelectedTime' is RadTimePiker picker)
var selTime = window['timePikerSelectedTime'];
selTime.DateInput.Disable();
I am upgrading my control from asp.net Q3 2007 to Asp.net Ajax 2008.
I didn't get the DateInput property in new version.
How can i chage the above code to work my application.