This question is locked. New answers and comments are not allowed.
We want to dynamically add tab items to the tab strip with each one of them loading their content dynamically using LoadContentFrom.
Everything works fine but the issue is:
- Any client behavior that was added on document ready happens before the load content from Ajax call happens.
Thus by the time the content is loaded the controls will not have that behavior.
Is there a way to bind events to the controls after they are loaded through the Ajax call.
Also when you say the scripts need to be manually registered, do we need to manually register all scripts on master page and telerik scripts again on the ascx file returned as partial view?
Everything works fine but the issue is:
- Any client behavior that was added on document ready happens before the load content from Ajax call happens.
Thus by the time the content is loaded the controls will not have that behavior.
Is there a way to bind events to the controls after they are loaded through the Ajax call.
Also when you say the scripts need to be manually registered, do we need to manually register all scripts on master page and telerik scripts again on the ascx file returned as partial view?