The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
(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.
ADAdministrator Syncfusion Team November 1, 2004 04:15 AM
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
ADAdministrator Syncfusion Team November 5, 2004 07:56 AM
Many thanks.
(Is this a bug that will be fixed in a later version?)
ANAnonymousJanuary 27, 2006 07:10 AM
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?
ADAdministrator Syncfusion Team January 30, 2006 04:37 AM
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.