This is a migrated thread and some comments may be shown as answers.

[Solved] Batch Editing - Using <Enter>, <Esc> and <Tab>

1 Answer 55 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Christopher Ronak
Top achievements
Rank 1
Christopher Ronak asked on 12 Feb 2012, 05:15 PM
Hi there,
Could you please give me some tips as to how to setup batch editing so that when the user has clicked into a cell, they can use the following:
1. <Enter> to complete the edit. I don't mean call 'Save'. Right now, you have to click-away to get out of editing the cell.
2. They can use <Esc> to bail out of the edit;
3. And use <Tab> to tab to the next editable cell?

Thanks!

Chris

1 Answer, 1 is accepted

Sort by
0
Christopher Ronak
Top achievements
Rank 1
answered on 12 Feb 2012, 05:18 PM
Nevermind. I figured it out. All I had to do was add  
.KeyboardNavigation()
To the grid declaration and it all worked.

Thanks!

Tags
Grid
Asked by
Christopher Ronak
Top achievements
Rank 1
Answers by
Christopher Ronak
Top achievements
Rank 1
Share this question
or