Hi all
I was looking at the following demo and wanted to emulate something similar.
http://demos.telerik.com/aspnet-ajax/xmlhttppanel/examples/gridinxmlhttppanel/defaultcs.aspx
I have a default.aspx page which has a RadAjaxPanel and a RadXMLHttpPanel contained within that in the vein of the demo, I have created a web user control which contains a RadGrid and when default.aspx loads I load the user control into the XMLHttpPanel. Unfortunately the paging of the RadGrid in my user control seems to go wrong. Unlike the demo above whereby only the RadGrid appears to update, I get the full postback and then my control disappears off the page.
Any thoughts or has anybody done something similar with success?
Many thanks in advance
I was looking at the following demo and wanted to emulate something similar.
http://demos.telerik.com/aspnet-ajax/xmlhttppanel/examples/gridinxmlhttppanel/defaultcs.aspx
I have a default.aspx page which has a RadAjaxPanel and a RadXMLHttpPanel contained within that in the vein of the demo, I have created a web user control which contains a RadGrid and when default.aspx loads I load the user control into the XMLHttpPanel. Unfortunately the paging of the RadGrid in my user control seems to go wrong. Unlike the demo above whereby only the RadGrid appears to update, I get the full postback and then my control disappears off the page.
Any thoughts or has anybody done something similar with success?
Many thanks in advance