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

IsSelected Property in Q3 release

2 Answers 34 Views
GridView
This is a migrated thread and some comments may be shown as answers.
sum sum
Top achievements
Rank 1
sum sum asked on 05 Nov 2009, 06:25 PM
HI Guys,

I just noticed that Isselected property is no longer existing in Q3 release. How can I set the first row to be selected in code behind?

Thanks,

2 Answers, 1 is accepted

Sort by
0
Milan
Telerik team
answered on 05 Nov 2009, 08:35 PM
Hello sum sum,

You could do something like:

this.myGrid.SelectedItem = this.myGrid.Items[0];


Greetings,
Milan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
sum sum
Top achievements
Rank 1
answered on 05 Nov 2009, 09:29 PM
Thanks. It works.
Tags
GridView
Asked by
sum sum
Top achievements
Rank 1
Answers by
Milan
Telerik team
sum sum
Top achievements
Rank 1
Share this question
or