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.
Hello,
We have got new requirments for our tasks. I am using a GridControl and according to the requirements, I have to provide functionality of Drag/Drop a GridControl column. Is there anyway that I can achieve this task.
The User can drag a column to its chosen place before copying Excel data to the grid.
Bye!
Forgot to specify that I am using Syncfusion Grid 1.6.8
ADAdministrator Syncfusion Team September 10, 2004 06:10 AM UTC
If you set grid.AllowDragCols = true, this allows you to click a column header, and then mouse down on it a second time, and drag it to a new location. Will this handle your requirements?