I have a page that contains a radtabstrip with five tabs.
There is a RadMultiPage that corresponds to each tab.
Each RadMultiPage contains a grid, and each grid does some item manipulation on _OnItemDatabound. Each grid also has paging enabled.
Everything works fine until I go the next page in grid X on Tab X. If I then click Tab Y, Grid Y has lost the changes that had occurred when it was databound. If I forced the grid to rebind, it would fix the problem, but I would rather not rebind this grid.
What causes this grid to revert to it's original state (before onItemDatabound modified the column content)?
There is a RadMultiPage that corresponds to each tab.
Each RadMultiPage contains a grid, and each grid does some item manipulation on _OnItemDatabound. Each grid also has paging enabled.
Everything works fine until I go the next page in grid X on Tab X. If I then click Tab Y, Grid Y has lost the changes that had occurred when it was databound. If I forced the grid to rebind, it would fix the problem, but I would rather not rebind this grid.
What causes this grid to revert to it's original state (before onItemDatabound modified the column content)?