Completed
Last Updated: 28 Nov 2016 07:03 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 02 Nov 2016 11:18
Category: GridView
Type: Bug Report
1
FIX. RadGridView - multiple cells are selected although the RadGridView.MultiSelect property is set to false
Please refer to the attached sample project which result is illustrated in the provided screenshot.

Workaround:
this.radGridView1.ClearSelection();
this.radGridView1.CurrentRow = null; 
this.radGridView1.Rows[1].Cells[2].IsSelected = true;
0 comments