Hi,
I am using radgrid with 4 pages where pagesize is set to 15.Now i navigate to page 2 edit some of cells and come back to
page 1 and click on save when try to loop through the grid items using
foreach (GridDataItem ObjeACH in rdGrdMenu.Items)
{
} I will get only first 15 items of first page.
I want to loop through all items of grid. How can i do that ? is there any way to accomplish ??
Regards,
Akki