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

Row Select

1 Answer 114 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Anuj Kapoor
Top achievements
Rank 1
Anuj Kapoor asked on 16 Feb 2010, 12:06 PM
Hi,

I have a grid in which some columns are editable , however when i click on columns which are not editable i want to make that full row as selected.

Can you please guide me in how to achieve this.

Thanks
Anuj

1 Answer, 1 is accepted

Sort by
0
Martin Vasilev
Telerik team
answered on 19 Feb 2010, 08:28 AM
Hi Anuj Kapoor,

Thank you for the question. You can use SelectionMode property:

this.radGridView1.SelectionMode = GridViewSelectionMode.FullRowSelect;

Let me know if you have other questions.

Regards,
Martin Vasilev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
GridView
Asked by
Anuj Kapoor
Top achievements
Rank 1
Answers by
Martin Vasilev
Telerik team
Share this question
or