var picker = $find("<%= RadDatePicker1.ClientID %>");
picker.set_enabled(false);
}
function enable()
{
var picker = $find("<%= RadDatePicker1.ClientID %>");
picker.set_enabled(true);
}
</script>
but doesn't fully enable or disable the control.. the clock button is still active (although it does nothing) unlike the enabling or disabling the control from code behind.
0
Accepted
Daniel
Telerik team
answered on 06 Feb 2009, 03:06 PM
Hello Ataya,
RadTimePicker/RadDatePicker control which is disabled on the server, can't be enabled client-side. This is known limitation and it's added in our product backlog for future consideration by our developers.
Regards,
Daniel
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.