Hello Everyone,
i have a scenario where i have to add fields dynamically on the page through javascript. How can i apply telerik datepicker to dynamically added fields.
regards
And to add the control dynamically on the page through javascript call controller, post the name of conrol you want to add, and controller will return you partialview (html), which you will insert where you like:
Alex,
Thanks for the input. I have solved this problem by using client side library of Telerik. Like i would add a blank input field to the page and call tDatePicker method which will turn it into a telerik date picker like
Hi,
I have a scenario where i have to add date picker dynamically and i have to add the events like onChange to that datepicker.How can i make it possible?