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:
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)