Hi all,
I have a RadGrid with ClientSettings AllowKeyboardNavigation="true" and KeyboardNavigationSettings AllowSubmitOnEnter="true" and a RadComboBox in a GridTemplateColumn.
When the record is in edit-mode, and the ComboBox has the focus, and when the user clicks the ESC key, the RadComboBox closes, as by desgin. But if the ComboBox is already closed, I expect the RadGrid, to cancel the current grid record's edit-mode, but nothing happens (I guess the Esc again only triggers the ComboBox to close)
How can I, in this scenario, still close the radgrid's selected record?
Regards
Frank
I have a RadGrid with ClientSettings AllowKeyboardNavigation="true" and KeyboardNavigationSettings AllowSubmitOnEnter="true" and a RadComboBox in a GridTemplateColumn.
When the record is in edit-mode, and the ComboBox has the focus, and when the user clicks the ESC key, the RadComboBox closes, as by desgin. But if the ComboBox is already closed, I expect the RadGrid, to cancel the current grid record's edit-mode, but nothing happens (I guess the Esc again only triggers the ComboBox to close)
How can I, in this scenario, still close the radgrid's selected record?
Regards
Frank