drag drop rows in a windows forms datagrid

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.
 
C

Chris Taylor

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top