I have a composite server control that I built using the previous version of the Rad Controls. It has an AjaxManager in it, that is created in the CreateChildControls event. My problem is that I get an "Object reference not set to an instance of an object" error, whenever I try to add ajax settings to the AjaxManager. I have tried doing so in the CreateChildControls event (where I did it with the previous version of RadControls) and in the PreRender. Both places return the same error.
How can I use the new AjaxManager in a composite server control and add ajax settings to it?
How can I use the new AjaxManager in a composite server control and add ajax settings to it?