Consider the following scenario:
A grid populated with data, sorted and grouped by one column.
The row count is larger enough to enable scrollbars to be visible.
Data is added continuously to the grid. When added it is sorted in to the grouped list.
What we would like to achieve is that the current selected row(s) in the grid is “staying still” relative to the grid viewport when data is added to the grid.
We created a test project using Telerik WPF RadGridView, no specific settings in to the grid in XAML, and provided a mock datasource which added one row per second.
What happens is when data is added and sorted in “before” the selected row, the selected row is pushed down, out of the viewport.
Is it possible to have Telerik WPF RadGridView behave as mentioned above, the current visible rows stays put in the viewport even though rows are added above them in the grid?