drag drop rows in a windows forms datagrid

  • Thread starter Thread starter raj
  • Start date Start date
R

raj

Hi,

How do I drag-drop rows in a windows forms datagrid.

ex: in a windows forms datagrid is it possible to drag
row5 and dropped it on row2. If so, how do i do it.

thanks,
raj.
 
Hi,

Unfortunately not, you will have to derive your own class and add this
functionality. I would not even presume to know what this would entail as I
have never looked at this particular scenario before, but I assure you, it
is not possible with the standard DataGrid.

Hope this helps

Chris Taylor
 
Back
Top