This question is locked. New answers and comments are not allowed.
Dear support,
In a gridviewcomboboxcolumn, or in a datatemplate with a combobox in a gridviewdatacolumn, when the combobox is in dropdown, I have to press Esc twice to leave the edit mode. In a normal gridviewdatacolumn, I only have to press once.
A user will be confused and after pressing Esc once, will use the arrow down to go to the next gridrow. In the case of the combobox, this will trigger the combobox to select the next item.
Is there a way to leave the edit mode of the comboboxcolumn with only one Esc?
Is there a way to set a grid cell to 'read mode' from code behind? (then it could be solved in keydown).
Any suggestion is welcome.
Best regards,
In a gridviewcomboboxcolumn, or in a datatemplate with a combobox in a gridviewdatacolumn, when the combobox is in dropdown, I have to press Esc twice to leave the edit mode. In a normal gridviewdatacolumn, I only have to press once.
A user will be confused and after pressing Esc once, will use the arrow down to go to the next gridrow. In the case of the combobox, this will trigger the combobox to select the next item.
Is there a way to leave the edit mode of the comboboxcolumn with only one Esc?
Is there a way to set a grid cell to 'read mode' from code behind? (then it could be solved in keydown).
Any suggestion is welcome.
Best regards,