This question is locked. New answers and comments are not allowed.
I'm using AJAX to call an Action method that returns a view that contains Telerik's DatePicker which is then dynamically inserted into the page. I get the expected HTML code and UI as expected but when I clock on it to change the date, nothing happens.
My guess is since the DatePicker is not part of the initial rendered page, Telerik did not initialize it when it got inserted.
How do I signal Telerik that a new DatePicker have been inserted into the DOM so that Telerik can initialize it?
My guess is since the DatePicker is not part of the initial rendered page, Telerik did not initialize it when it got inserted.
How do I signal Telerik that a new DatePicker have been inserted into the DOM so that Telerik can initialize it?