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.
Hi,
The ListView control allows to change the column order by dragging the columns with the mouse. How can this be done with Essential Grid?
Thanks in advance
Holger Persch
ADAdministrator Syncfusion Team May 10, 2004 01:12 PM UTC
Try turning on this property.
this.gridChild.AllowDragSelectedCols = true;
Then after you have selected one or more columns by clicking the headers, you should be able to mouse down and drag them to a new position.