EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: rannacher on November 24, 2020, 07:14:01 AM



Title: cell editing and combobox key nav [SOLVED]
Post by: rannacher on November 24, 2020, 07:14:01 AM
Hi,

quite pro with datagrid, but simply cannot achieve to get a combobox in cell editing right with keyboard - I want:
-) when not in editing mode => keys to move left/right/up/down/enter etc as normal in the datagrid
-) but when in edit mode of the combobox column I want the keypress to target the combobox only, i.e. up/down for the box entries, enter to select entry and finish editing of the cell etc

In which event to bind what... any help pleeeaaaaase.
Thx, Mike.  


Title: Re: cell editing and combobox
Post by: rannacher on November 26, 2020, 03:31:41 AM
ANY HELP???


Title: Re: cell editing and combobox
Post by: jarry on November 26, 2020, 11:56:08 PM
Please look at this example http://code.reloado.com/evumeh4/edit#preview


Title: Re: cell editing and combobox
Post by: rannacher on November 27, 2020, 11:55:29 AM
PERFECT and THX!!!