Hi,
I'm doing some custom paging on my Master/Detail radgrid via hooking into grid_ItemCreated event and replacing the numeric pager with my own controls. So paging works like "numeric pager", it's just the displayed controls are different.
It works great in a single grid scenario, but when I added a detail grid however I can't rely on the _grid.CurrentPageIndex any more for keeping track of currentPageIndex.
Where in the grid can I access detail grid's CurrentPageIndex?
Any help would be appreciated. Thanks
I'm doing some custom paging on my Master/Detail radgrid via hooking into grid_ItemCreated event and replacing the numeric pager with my own controls. So paging works like "numeric pager", it's just the displayed controls are different.
It works great in a single grid scenario, but when I added a detail grid however I can't rely on the _grid.CurrentPageIndex any more for keeping track of currentPageIndex.
Where in the grid can I access detail grid's CurrentPageIndex?
Any help would be appreciated. Thanks