How can I do a Grid Control in which I can move the items (the content) inside by mouse drag & drop? For instance move something from A1 to B4, like in Excel.
I'm using C#, NET 3.5, and Winforms.
How can I do a Grid Control in which I can move the items (the content) inside by mouse drag & drop? For instance move something from A1 to B4, like in Excel.
I'm using C#, NET 3.5, and Winforms.
Gridview is for showing contents in a columnwise and rowwise manner.
What is the use of dragging and dropping one item in one column to another column?