This is a migrated thread and some comments may be shown as answers.

Telrik Red Date Picker

1 Answer 39 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
amit
Top achievements
Rank 1
amit asked on 22 Nov 2010, 03:01 PM
Hello,
 I am using Telrik Red Date Picker in my application, i want to do disable it from C# code and enable/Disable it from JS.

Please give me suitable code or example. ASAP

Thanks
Amit

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 22 Nov 2010, 04:15 PM
Hello Amit,

Please examine the following link:
RadDatePicker Client Object

Sample code:
<script type="text/javascript">
    function enablePicker()
    {
        $find('<%= RadDatePicker1.ClientID %>').set_enabled(true);
    }
</script>

Best regards,
Daniel
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
General Discussions
Asked by
amit
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or