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

Selecting rows/cells and clearing selection

1 Answer 58 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 02 Nov 2008, 11:59 AM
There is IsSelected property on cells and rows, but when I programically select row/cell, there is still one more selected (first row) which was there after grid initialization. I tried to deselect row by this, but with no result

 

if (radGridView1.CurrentRow != nullradGridView1.CurrentRow.IsSelected = false;

 

1 Answer, 1 is accepted

Sort by
0
Nick
Telerik team
answered on 04 Nov 2008, 08:57 AM
Hi Daniel,

Please see the answer of your question here.

Sincerely yours,
Nick
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
GridView
Asked by
Daniel
Top achievements
Rank 1
Answers by
Nick
Telerik team
Share this question
or