I have an aspx with a panel on it, into which I load different user controls, which all works fine with Ajax etc
One of the controls is a grid with a link button in which is to be an edit button and when a user clicks it I raise an event in the parent page to load the edit usercontrol into the panel instead of the grid.
The help and documentation suggest using the item created event of the grid to hook up the Ajaxsetting in my RadAjaxManager, this seems to half work in that when I click the edit button I get the ajax loading panel over the entire parent panel but when it finishes it display the grid still. If I click the edit button again it immediately displays the edit user control but not rendering entirely as it should.
Its as though the item created event is too late to be adding AJax settings. Anyone got any suggestions on how to do this as its driving me mad?
One of the controls is a grid with a link button in which is to be an edit button and when a user clicks it I raise an event in the parent page to load the edit usercontrol into the panel instead of the grid.
The help and documentation suggest using the item created event of the grid to hook up the Ajaxsetting in my RadAjaxManager, this seems to half work in that when I click the edit button I get the ajax loading panel over the entire parent panel but when it finishes it display the grid still. If I click the edit button again it immediately displays the edit user control but not rendering entirely as it should.
Its as though the item created event is too late to be adding AJax settings. Anyone got any suggestions on how to do this as its driving me mad?