Hi there,
We have a data-bound RadGridView to which we’re programmatically adding rows. The position in which the rows are added naturally depends on how the grid is sorted. Is there a way to override this behavior, however? We’d like to insert rows at the end of the grid even if this violates the order in which users have manually sorted the grid.
I’ve tried using a BindingList in order to more closely manage the insertion order, but to no avail.
Thank you so much!
Cheers,
Ben Leibert
We have a data-bound RadGridView to which we’re programmatically adding rows. The position in which the rows are added naturally depends on how the grid is sorted. Is there a way to override this behavior, however? We’d like to insert rows at the end of the grid even if this violates the order in which users have manually sorted the grid.
I’ve tried using a BindingList in order to more closely manage the insertion order, but to no avail.
Thank you so much!
Cheers,
Ben Leibert