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

Multiple clicks to select drop down or check box in GridView Row

4 Answers 76 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Ram
Top achievements
Rank 1
Ram asked on 31 May 2011, 04:20 PM
Hi,

I'm using the RadGridView for the grids in my project. I found from the telerik demos that we need to click on the drop down or check box thrice to edit them in that row. So, I believe this is the case for all Grids in telerik. Till now I haven't deal with editable columns in the each row but now I do. Is there a work around for this? Can anyone please guide me in finding a grid that can respond to a single click on the dropdown or checkbox in the Gridview row?

Thanks,
Ram. 

4 Answers, 1 is accepted

Sort by
0
Accepted
Maya
Telerik team
answered on 31 May 2011, 05:04 PM
Hi Ram,

Please take a look at the following article and let us know whether the suggested solution corresponds to your requirements.
 

Regards,
Maya
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
0
Ram
Top achievements
Rank 1
answered on 31 May 2011, 05:11 PM
That was neat Maya. 

Thanks a lot. I will try that and it looks like it do works. 

Thank you,
Ram.
0
Ram
Top achievements
Rank 1
answered on 03 Jun 2011, 04:21 PM
Hi Maya,

That worked cool with the check box. For the Combo box there is a property "Edit Triggers" but couldn't find one that is AutoSelectonEdit or closer one. Do you have any one click solution for gridviewComboBox? 

Please Let me know. 

Thanks, 
Ram.
0
Maya
Telerik team
answered on 06 Jun 2011, 08:22 AM
Hi Ram,

Based on the properties expose by the RadGridView and its columns, you may achieve the first scenario illustrated in the mentioned article. If you want to open the combo box immediately, you have to create a style targeting RadComboBox:

<Style TargetType="telerik:RadComboBox">
        <Setter Property="OpenDropDownOnFocus" Value="True" />
</Style>

However, you need the EditTriggers property set as well.
 

Regards,
Maya
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
Ram
Top achievements
Rank 1
Answers by
Maya
Telerik team
Ram
Top achievements
Rank 1
Share this question
or