Completed
Last Updated: 31 May 2021 05:02 by ADMIN
Release LIB 2021.2.531 (05/31/2021)
Martin Ivanov
Created on: 19 Mar 2021 09:17
Category: GridView
Type: Bug Report
2
GridView: Wrong selection when updating cell value and the corresponding column is sorted

The issue reproduces in the following situation.

  • The selection mode is Extended and the selection unit is Mixed.
  • Multiple rows are selected.
  • Cells of the selected rows are updated.
  • The column of the updated cells is previously sorted (before the update of the cell values).
  • DataTable is used to populate the RadGridView control.

To work this around set the SelectionUnit property of RadGridView to FullRow or use a collection type like ObservableCollection<T> instead of a DataTable.

0 comments