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

Nested Grid Paging Issue

1 Answer 134 Views
Grid
This is a migrated thread and some comments may be shown as answers.
arun
Top achievements
Rank 1
arun asked on 23 Feb 2011, 03:45 PM
Hi,

In our project, we are using nested RadGrid, on click of any row, we
show RadListView as a child.
For performance point of view, we used pagination to both Parent Grid as well as for nested RadListView (Child).
AllowPaging=True to both parent & Child
On click of any grid row , we pass ID i.e one of the grid column data (in Grid's ItamDataBound event) as a input to Child RadListView.

my issue is that, whenever i select PageSize from Combobox or any paging button which is inside child RadListview, it calls only RadListViewObjectDataSource's OnSelecting mehtod, due to that the webservice gets input parameter as a empty.
and returns all records which is not related to that specific row.


My Question is where i set the input parameter, so that on a selection of page size in the ListView, the proper parameter could be send to webservice.






1 Answer, 1 is accepted

Sort by
0
arun
Top achievements
Rank 1
answered on 24 Feb 2011, 08:29 AM
Issue get resolved...

Thannx
Tags
Grid
Asked by
arun
Top achievements
Rank 1
Answers by
arun
Top achievements
Rank 1
Share this question
or