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

How to disable dateinput of datepicker

0 Answers 46 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.
lydia
Top achievements
Rank 1
lydia asked on 04 Aug 2010, 10:19 AM
hi,
I am working on mvc.net  project and i used the telrik extention for asp.net mvc
i insert a datepicker how to disable the datevalue and popupbutton with javascript  after the events onclick (button)
i tried this function but it doesn't work 
<code>

$("#Datepicker").data("tDatePicker").DateInput.Enabled = false;

 

</code>
 thinks

Tags
General Discussions
Asked by
lydia
Top achievements
Rank 1
Share this question
or