Hi!
When using a grid with checkboxes, how can we persist the checkbox for the item when sorting columns?
For example, a datagrid has three items: A, B and C.
When the user ticks the checkbox for C and then sorts the grid in descending order by clicking on a column header (i.e., by name), the checkbox is still checked in the 3rd row, but the grid now shows A as being selected, because the grid now displays C, B and A (after the descending sort order).
Brian