GridControl Columns.

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!

2 Replies

MA Maqsood Ahmed September 10, 2004 03:29 AM UTC

Forgot to specify that I am using Syncfusion Grid 1.6.8


AD Administrator 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?

Loader.
Up arrow icon