Rank: Advanced Member Groups: Member
Joined: 9/14/2009 Posts: 29
|
Product Support,
I have a question regarding the grid control.
To reduce the amount of keystrokes, is there a client-side way that I can bank on a tab or arrow key event in order to put the resulting focused cell in edit mode automatically without having to press the Enter key or click in the cell?
Thanks very much,
Tom
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, You can do that by handling the Grid's ClientSideOnCellSelected and then call the Grid's JavaScript API to put the selected cell in edit mode. You can find sample code in this thread: http://www.essentialobjects.com/forum/postst2082_Custom-Column--Advanced-2-question.aspxThanks!
|
Rank: Advanced Member Groups: Member
Joined: 9/14/2009 Posts: 29
|
Thanks very much! I'll take a look at that thread link.
Best Regards,
Tom
|