How to drag and drop columns in datagrid?

  • Thread starter Thread starter Gos
  • Start date Start date
G

Gos

Hi,
I have a Windows forms datagrid which uses a dataset as its data
source. I load my dataset dynamically and the number of columns in the
dataset differs depending upon my input. I want to let the user drag
and drop a column at a particular position (something similar to Cut
and Insert a column in MS-Excel). I use the datagrid that comes with
..NET framework. Can anyone please tell me how to do this?

Thanks
Gos
 
Back
Top