I want to run a JavaScript function to initialize some controls.
My problem is that the controls are on a Telerik control’s form template that is displayed using AJAX.
Is there a way to specify the JavaScript function executes whenever this template is displayed?
It appears the answer is no. While there are some convoluted ways to trigger JavaScript on an AJAX postback, trying them stopped the Telerik controls from working. I guess they rely on that technique already. Anyway, I’ve moved on to approach the problem from a different angle.