All,
I have a grid displaying items using the built in paging and sorting capability - the grid can hold more than 1,000 items in some cases.
When a new item is added to the data set via an external action (for example, a popup dialog followed by a save action - not using the grid's edit feature), the grid is set to refresh (rebind) to the data source, which now contains the new row.
The new row is not always displayed by the grid depending on the CurrentPageIndex and sort order. This makes it difficult the the user to locate the new row.
Is there a mechanism to programmatically tell the grid to paginate to the appropriate row so the page where the row happens to be located based on current sort setup is displayed? In other controls this is equivalent to an EnsureVisible(key) method.
Regards,
Etienne
I have a grid displaying items using the built in paging and sorting capability - the grid can hold more than 1,000 items in some cases.
When a new item is added to the data set via an external action (for example, a popup dialog followed by a save action - not using the grid's edit feature), the grid is set to refresh (rebind) to the data source, which now contains the new row.
The new row is not always displayed by the grid depending on the CurrentPageIndex and sort order. This makes it difficult the the user to locate the new row.
Is there a mechanism to programmatically tell the grid to paginate to the appropriate row so the page where the row happens to be located based on current sort setup is displayed? In other controls this is equivalent to an EnsureVisible(key) method.
Regards,
Etienne