Telerik controls are unavailable to javascript when the page's startup script runs. I tried adding the startup script in Page_Load using the following methods:
1. //Page.ClientScript.RegisterStartupScript(typeof(Page), "addScript", "SetReadOnly();", true);
2. //RadAjaxPanel1.ResponseScripts.Add("SetReadOnly();");
3. //RadAjaxManager1.ResponseScripts.Add("SetReadOnly();");
Please let me know what I need to do to access the page's Telerik controls in the startup script.