This question is locked. New answers and comments are not allowed.
Hi,
I am trying to build a jQuery template using jQuery.tmpl(). My requirement is to have a numeric text box control inside the template. I do not see any option for using NumericTextBox control within such a template. It seems to me that we cannot use any of the telerik controls via client side javascripts.
Is it possible to use NumericTextBox (any other controls too) within jQuery templates? If yes, please suggest a way to achieve this.
Template snippet:
Regards,
Sudesh
I am trying to build a jQuery template using jQuery.tmpl(). My requirement is to have a numeric text box control inside the template. I do not see any option for using NumericTextBox control within such a template. It seems to me that we cannot use any of the telerik controls via client side javascripts.
Is it possible to use NumericTextBox (any other controls too) within jQuery templates? If yes, please suggest a way to achieve this.
Template snippet:
<script id="myTemplate" type="text/x-jQuery-tmpl"> <div id="tabs"> <ul> <li><a href="#tab1">Tab 1</a></li> <li><a href="#tab2">Tab 2</a></li> </ul> <div id="tab1"> [NEED TO INCLUDE NumericTextBox HERE] </div> <div id="tab2"> [Tab 2 contents] </div> </div></script>Regards,
Sudesh