This question is locked. New answers and comments are not allowed.
I am following the procedure outlined here to load partial views via JQuery:
http://www.telerik.com/help/aspnet-mvc/using-with-partial-views-loaded-via-ajax.html#jQueryAjax
and everything is working fine, but the one thing I need is the ability to perform some initialization after the Telerik controls are initialized. As I understand it, the JQuery $(document).ready is too soon to work with Telerik controls. I tried to use the Html.Telerik().ScriptRegistrar().OnDocumentReady() to call my initialization, but when I add that statement, previously working functionality starts to break. I know my description is pretty vague at this point, but was wondering if someone can point me to properly perform initialization after a partial view is loaded view JQuery, and whether I should be using ScriptRegistrar in this scenario?
Thanks
http://www.telerik.com/help/aspnet-mvc/using-with-partial-views-loaded-via-ajax.html#jQueryAjax
and everything is working fine, but the one thing I need is the ability to perform some initialization after the Telerik controls are initialized. As I understand it, the JQuery $(document).ready is too soon to work with Telerik controls. I tried to use the Html.Telerik().ScriptRegistrar().OnDocumentReady() to call my initialization, but when I add that statement, previously working functionality starts to break. I know my description is pretty vague at this point, but was wondering if someone can point me to properly perform initialization after a partial view is loaded view JQuery, and whether I should be using ScriptRegistrar in this scenario?
Thanks