This question is locked. New answers and comments are not allowed.
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.