Completed
Last Updated: 27 May 2015 08:34 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 09 Dec 2014 08:14
Category: GridView
Type: Bug Report
1
FIX. RadGridView - the SelectedCells collection is in reversed order when the SelectionMode is CellSelect
To reproduce:
1. Set the RadGridView.MultiSelect property to true.
2. Set the SelectionMode = Telerik.WinControls.UI.GridViewSelectionMode.CellSelect
3. When you select multiple cells, the SelectedCells collection stores the cells in reversed order instead of keeping the selection order. Compared to GridViewSelectionMode.FullRowSelect, this behavior is different.

Workaround: iterate the SelectedCells collection in reversed order
0 comments