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.
In Excel, you can select a range of cells using the Shift+Arrow Dn. This also works in Syncfusion.
The difference is, is that Excel sets the current cell from where you started.
Syncfusion sets the current cell where the last Shift + Arrow Dn is.
Can this be changed?
ADAdministrator Syncfusion Team March 18, 2004 07:11 PM UTC
There is no property setting that controls this. You would have to move the currentcell back. I am not sure how you would identify when teh user was finished downarrowing. Maybe try catch the ctl in keyup.