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.
I have a GridDataBoundGrid where I set ListBoxSelectionMode to MultiExtended, but I think this question applies to any of them.
Is there a way that I can allow only rows to be selected (not columns or individual cells) but still allow the user to reorder the columns by dragging the column headers?
ADAdministrator Syncfusion Team March 19, 2004 10:30 PM UTC
With ListBoxSelectionMode set, you can handle the CellClick event and explicitly select the columns if you click a header. You can then move the columns. Here is a sample.
MoveColsWithListBoxMode_2854.zip