We are migrating our application to ASP.NET Ajax controls 2008.2.826.20.
I have a page with a RadDockLayout inside of a RadAjaxPanel. The controls are added to zones via a ContentTemplate during Page_Load (I tried Page_Init but it didn't make a difference). Inside the template is an asp.net GridView.
The page loads fine. However, when I click to scroll to the next page of the gridview, that event is never fired.
I read the documentation about adding dynamic controls, but our zones are fixed and not draggable, so saving the state didn't seem necessary.
What am I missing?
Thanks,
Leslie
I have a page with a RadDockLayout inside of a RadAjaxPanel. The controls are added to zones via a ContentTemplate during Page_Load (I tried Page_Init but it didn't make a difference). Inside the template is an asp.net GridView.
The page loads fine. However, when I click to scroll to the next page of the gridview, that event is never fired.
I read the documentation about adding dynamic controls, but our zones are fixed and not draggable, so saving the state didn't seem necessary.
What am I missing?
Thanks,
Leslie