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

Getting or Mapping radControls from javascript file

1 Answer 24 Views
Documentation and Tutorials
This is a migrated thread and some comments may be shown as answers.
Cesar
Top achievements
Rank 1
Cesar asked on 30 Jul 2015, 08:02 PM

From 2 monts ago i´ve developing with this framework or suite package telerik, while i was program some aspx pages i founded some stop times for get or mapping the radcontrols from javascript file my great reason for write this post !! 
for mapping a control on our javascript we have put the next propertie ClientIDMode="Static" like

<telerik:RadTimePicker ClientIDMode="Static" DateInput-DateFormat="HH:mm:ss" Style="position:absolute; top:220px; left:500px" ID="_dtpMonthlyHour"  runat="server">
  </telerik:RadTimePicker>

and our javascript file mike this //.
var _dtpMonthlyHour=$telerik.findDatePicker("_dtpMonthlyHour");
with this line of code we can get all we want about this radControl !!

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 03 Aug 2015, 01:18 PM
Hi Cesar,

I have just answered your other thread on the subject, please refer my answer here: http://www.telerik.com/forums/mapping-control-objects-telerik-from-javascript-file-external

Regards,
Vessy
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Documentation and Tutorials
Asked by
Cesar
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or