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

[Solved] Paging

4 Answers 138 Views
Grid
This is a migrated thread and some comments may be shown as answers.
steve
Top achievements
Rank 1
steve asked on 08 Feb 2008, 03:32 PM
Hi,

I have a radgrid with three level of data. I use the event NeedDataSource and create 3 Datatable for each level which I fill with the nedded data. I then bind those datatables with each DetailTables of the radgrid. Everything works fine except that there is no paging for the level 2 and 3 of data.

I'm wondering if I'm missing something cause the demo uses DataSourceID in the aspx page and i'm binding everything in codebehind.

4 Answers, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 08 Feb 2008, 03:43 PM
Hello steve,

To see more information on one possible implementation, please refer to the following example, which shows a similar setup.
If the issue persists, you can open a formal support ticket, and send us the problematic code.

Best wishes,
Yavor
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
steve
Top achievements
Rank 1
answered on 08 Feb 2008, 04:00 PM
The exemple you link does not show what I'm trying to do.

http://www.telerik.com/DEMOS/ASPNET/Prometheus/Grid/Examples/Hierarchy/ThreeLevel/DefaultCS.aspx

This link will bring you to an exemple which I'm trying to implement in my application. You can see on the exemple that the second level of data can have a paging system. I have over 130 rows on my second level and I want to implement to same paging as the exemple. The only difference between my case and the exemple is that I use the event NeedDataSource for my binding while the exemple use the attribute DataSourceID in the aspx page.
0
Konstantin Petkov
Telerik team
answered on 11 Feb 2008, 07:06 AM
Hello Steve,

Please, look into the forum thread here discussing a problem with the paging in the latest release. Give the hotfix there a try and let us know if that helps.

Kind regards,
Konstantin Petkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
steve
Top achievements
Rank 1
answered on 11 Feb 2008, 03:03 PM
Yes it solved my problem

Thank you
Tags
Grid
Asked by
steve
Top achievements
Rank 1
Answers by
Yavor
Telerik team
steve
Top achievements
Rank 1
Konstantin Petkov
Telerik team
Share this question
or