How could I RadDateTimePicker Enable/Disable using java script
Advance Thanks
Tamim
3 Answers, 1 is accepted
0
Eyup
Telerik team
answered on 23 May 2012, 08:24 PM
Hello Tamim,
Please try the following approach:
function onCustomFunction() {
var datePicker = $find('<%= RadDatePicker1.ClientID %>');
datePicker.set_enabled(true);
}
Regards,
Eyup
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.