EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: budimanlai on January 16, 2014, 10:29:38 PM



Title: [ASK] Keyboard Navigation on Datagrid
Post by: budimanlai on January 16, 2014, 10:29:38 PM
Hi All,

How to use keyboard navigation on datagrid? like up, down, left, right, enter for edit cell and save data, esc to cancel edit cell, etc.

Regards,
Budiman


Title: Re: [ASK] Keyboard Navigation on Datagrid
Post by: stworthy on January 16, 2014, 11:14:08 PM
Please refer to this topic http://www.jeasyui.com/forum/index.php?topic=483.0


Title: Re: [ASK] Keyboard Navigation on Datagrid
Post by: budimanlai on January 18, 2014, 08:40:45 PM
Please refer to this topic http://www.jeasyui.com/forum/index.php?topic=483.0

thank you for replay.

And how to detect enter and esc pressed for edit, save or cancel edit cell?

I hope for the upcoming feature have these capabilities,


Title: Re: [ASK] Keyboard Navigation on Datagrid
Post by: fredk on January 24, 2014, 11:18:06 AM
Hi
for sort of case, i use the jquery key event
http://api.jquery.com/category/events/keyboard-events/
Cheers


Title: Re: [ASK] Keyboard Navigation on Datagrid
Post by: budimanlai on February 07, 2014, 12:56:50 AM
Hi
for sort of case, i use the jquery key event
http://api.jquery.com/category/events/keyboard-events/
Cheers

Do you have example how to handle "esc" key for every cell?

Regards