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

[Solved] Issue with Combobox value selection in gridview

1 Answer 89 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Rejish Rajan
Top achievements
Rank 1
Rejish Rajan asked on 04 Mar 2010, 05:54 PM
Hi,

I have some comboboxcolumn in my grid view, but i need to do three clicks in order to open a combobox, one to select the row, then another to select the cell, then the last one to open the dropdown, how can i perform this in one single click in the cell ?

Thanks & Regards,
Rejish.

1 Answer, 1 is accepted

Sort by
0
Nedyalko Nikolov
Telerik team
answered on 09 Mar 2010, 04:19 PM
Hello Rejish Rajan,

You can use RadGridView.EditTriggers or GridViewDataColumn.EditTriggers in a following way:

<telerik:RadGridView EditTriggers="CellClick, Default" .../>
or
<telerik:GridViewDataColumn EditTriggers="CellClick, Default" .../>


Sincerely yours,
Nedyalko Nikolov
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
Rejish Rajan
Top achievements
Rank 1
Answers by
Nedyalko Nikolov
Telerik team
Share this question
or