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

[Solved] AllowPaging only in DetailTable

1 Answer 90 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 29 Jun 2014, 01:58 PM
Hello,

I'm working on a project that has a hirarchial RadGrid.
I need Paging option only in the hirarchial DetailTable.

how can I do that

Hope for your solution.

Thanks, Daniel.


My VB.NET code for the DetailTable:
Dim tableViewOrders = New GridTableView(RadGrid1)
RadGrid1.MasterTableView.DetailTables.Add(tableViewOrders)

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 30 Jun 2014, 03:24 AM
Hi Daniel,

Please add the following code snippet to your code to set paging for detail table:

VB:
tableViewOrders.AllowPaging = True
tableViewOrders.PageSize = 2

Thanks,
Princy
Tags
Grid
Asked by
Daniel
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or