This is a migrated thread and some comments may be shown as answers.

gridview left in inconsistent state after editing cell

0 Answers 31 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 10 Sep 2012, 09:29 PM
  1. I have a radgridview with the following sorted items in it; the column has a SortDescriptor with SortDirection="Ascending".
    00 item
    03 item
    05 item
    99 item
  2. Rename the cell in the 2nd row in a way that would make it move down 1 position in the list (prepend "06"):
    00 item
    06 03 item
    05 item
    99 item
    The column header shows an up-triangle, indicating ascending sort, but the column is not sorted. 
  3. Now rename the first row (prepend "07"):
    06 03 item
    05 item
    07 00 item 
    99 item
    The renamed item "07 00 item" sorted itself properly, but the one that failed in step 2, "06 03 item", is still in the wrong place.


This bug doesn't seem to affect moving an item upwards in the list, nor does it affect the first row.

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Michael
Top achievements
Rank 1
Share this question
or