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.
Is it possible in the UI to select multiple rows and columns simultaneously (like in Excel)? For example, via control-clicking, I could select Rows 1 & 2 and Columns B & C.
ADAdministrator Syncfusion Team April 22, 2003 08:50 PM UTC
Currently you can only select like range types, so only rows, or only columns, or only cells. Stefan is adding an additional flag to the AllowSelections property, GridSelectionFlags.MixRangeType, that will allow you to have mixed range selections. This flag will be available in the soon to be released 1.6 version.