Is there way to run a javascript function after the edit form template is shown.
1 Answer, 1 is accepted
0
Sebastian
Telerik team
answered on 09 Jun 2008, 11:28 AM
Hi Joshua,
If your grid is ajaxified by RadAjaxManager or RadAjaxPanel (for example), you can utilize the ResponseScripts collection of the manager/panel for this task.
Alternatively, add a literal control to the grid's Controls collection to execute the javascript after the edit form is loaded. See the example from this documentation topic for more details: