hi, is that possible for ultrawingrid to move selected row and rearrange row sequence by drag and drop?
It can be done by ultrawingrid designer or i need to do some customize code.
Appreciate if sample provided.
Thank you very much.
I'm not the OP, but I would think an updated version of
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=10086
which had this sample project
http://devcenter.infragistics.com/download/samples/kb/wingrid_cs_73_clr2_drag_drop_rows.zip
would be a good place to start. I have been able to update that project to CLR4 and 2013.2 and it appears to work, but I'm not going through the hassle of renaming :)
Thanks,
Eric Strehl
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this issue?
Thank you for using Infragistics Components.
Hi,
There's no built-in drag and drop functionality in the grid to rearrange the rows. You can, of course, code it using the DotNet Framework's built-in drag and drop support, along with methods of the grid.
There are a lot of factors to consider, though. Like how you initiate initiate the drag, for example.
Are the cells editable? If so, what's the behavior when the use clicks and drags a cell?
What, exactly, do you want to happen when you drop one row onto another row?
Can you drag multiple rows, or just a single row?
There are so many unknowns that it would be very difficult for us to create any kind of useful sample for you without knowing a lot more about what you are trying to do.