QueryNextCurrentCellPosition not raised when shift-enter pressed in virtual grid

(Syncfusion Grid control 2.1.0.9) A virtual grid doesn''t raise QueryNextCurrentCellPosition event when shift-enter is pressed. I need this event to mimic some excel navigation.

5 Replies

AD Administrator Syncfusion Team November 1, 2004 09:15 AM UTC

You can derive the grid, override ProcessCmdKey and raise the event there when shift + enter is pressed. Here is a little sample. ForumQueryNextCurrentCell_6594.zip


AD Administrator Syncfusion Team November 5, 2004 12:56 PM UTC

Many thanks. (Is this a bug that will be fixed in a later version?)


AN Anonymous January 27, 2006 12:10 PM UTC

We would also like to be able to get shift-enter to move upwards (without having to subclass the grid); are there any plans to add this feature to EnterKeyBehavior?


AD Administrator Syncfusion Team January 30, 2006 09:37 AM UTC

Hi, By handling the KeyDown event you will be able to get the Shift+Enter to move up with out the need to derive the grid. Here is a sample. Regards, Calvin.

Shift+Enter.zip


AN Anonymous January 30, 2006 07:20 PM UTC

Thank you, Calvin, that works perfectly :-).

Loader.
Up arrow icon