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

PageSizeChanged Event

1 Answer 40 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jasbir
Top achievements
Rank 1
Jasbir asked on 18 Sep 2013, 05:29 AM
how to find Child GridTableView on PageSizeChanged Event of paging  in NestedRadGrid

1 Answer, 1 is accepted

Sort by
0
Kostadin
Telerik team
answered on 23 Sep 2013, 05:35 AM
Hello Jasbir,

What you are trying to achieve is not possible. The reason is that on PageSizeChanged there isn't a relevant item with a child TableView. For instance if you want to get the child table of the first item you could use the following code.
GridTableView table = (RadGrid1.MasterTableView.Items[0].ChildItem as GridNestedViewItem).NestedTableViews[0] as GridTableView;


Regards,
Kostadin
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Grid
Asked by
Jasbir
Top achievements
Rank 1
Answers by
Kostadin
Telerik team
Share this question
or