This question is locked. New answers and comments are not allowed.
I am using the RadGridView to build a grid of realtime data.
I have a column DateAdded which I use to always show new data at top - sort can be set either manually or programatically to DateAdded in descending order.
However once the sort has been set, new records are added in correct date order, i.e. at top, but updated records whose current DateAdded should move them to the top of the grid do not move from their original positions.
I have a column DateAdded which I use to always show new data at top - sort can be set either manually or programatically to DateAdded in descending order.
However once the sort has been set, new records are added in correct date order, i.e. at top, but updated records whose current DateAdded should move them to the top of the grid do not move from their original positions.