This question is locked. New answers and comments are not allowed.
I'm rendering a partial view containing a form with Telerik Editor through Ajax. The Ajax controls renders but doesnt perform any expected functionality.
Looks like the javascripts are not recogonized and I thought of eval the scripts after rendering, but as the scripts are registered through “<%= Html.Telerik().ScriptRegistrar().jQuery(false) %>” , i'm not sure how to identify the scripts and evalutate it.
Is there any suggested way to make Telerik controls work on MVC Ajax rendered Partial views?
Looks like the javascripts are not recogonized and I thought of eval the scripts after rendering, but as the scripts are registered through “<%= Html.Telerik().ScriptRegistrar().jQuery(false) %>” , i'm not sure how to identify the scripts and evalutate it.
Is there any suggested way to make Telerik controls work on MVC Ajax rendered Partial views?