Hi,
I would like to use a javascript function to initialize some controls (a number of RadComboBoxes and a RadTreeView) with cached reference data values on the client - I have tried using the RadAjaxPanel's ResponseScripts property to call my initialize function however the problem I am encountering is that the initialize function is called before the controls have been created via a number of:
Sys.Application.add_init(function() { $create(Telerik.Web.UI.RadComboBox,{....;
etc
My question - is there any method whereby I can ensure that my initialize function call will be added as the last piece of script to the page so that when it is called all the telerik components will have been created.
Regards, MPC.
