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.
Reading Q579 tells me how to for the whol row to be selected but how to I let the user multiselect multiple rows? IE Ctrl and Shift select yet still continue to show only entire rows?
Cheers
-M
ADAdministrator Syncfusion Team March 16, 2004 10:35 PM UTC
I am not sure what your question is.
You can set
grid.ListBoxSelectionMode = SelectionMode.MultiExtended;
to allow your uses to select multiple whole row ranges.