This is a migrated thread and some comments may be shown as answers.

GridView in RadDock not scrolling

1 Answer 56 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Leslie Shkolnik
Top achievements
Rank 1
Leslie Shkolnik asked on 29 Sep 2008, 05:42 PM
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

1 Answer, 1 is accepted

Sort by
0
Petio Petkov
Telerik team
answered on 30 Sep 2008, 03:00 PM
Hello Leslie,

If you create controls dynamically and add them to RadDock you should recreate them on every postback/Ajax call in Page_Init to allow their proper ViewState loading.

If you still have problems once you accomplish this step, please open a new support ticket and send us a running project where we can observe this problem. Once we receive it we will do our best to help you.

Kind regards,
Petio Petkov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Dock
Asked by
Leslie Shkolnik
Top achievements
Rank 1
Answers by
Petio Petkov
Telerik team
Share this question
or