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

[Solved] Double-Click required on controls outside Grid

1 Answer 73 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.
mark
Top achievements
Rank 1
mark asked on 30 Nov 2010, 01:17 AM
when in edit mode on a RadGridView control a Double-Click is required on a control that is outside  the RadGridView control in order for the default event to fire. For example if there is a microsoft Button Control defined then the Click event handler will not be entered until the button is clicked twice. this can be remedied for a button control by setting the ClickMode="Press". however, I have many other controls(TextBox, Checkbox, etc) that do not have this property. however, this is a very poor workaround. I have ActionOnLostFocus="CommitEdit" on the RadGridView  but this has not resolved the issue. Is there another property that needs to be set? BTW, I can replace the RadGridView control with a Micorosft DataGrid and then the other controls will behave properly.

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 30 Nov 2010, 09:12 AM
Hello mark,

The issue has been resolved in Q3 2010. May you test your project with this version ?
 

Sincerely yours,
Maya
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
Tags
GridView
Asked by
mark
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or