ComponentOne ASP.NET MVC Controls
Drag and Drop
Working with Controls > FlexSheet > Work with FlexSheet > Drag and Drop

FlexSheet provides in-built support for drag-and-drop editing of its rows and columns. You can easily select a row or column with mouse, to drag and move its contents to a different row or column. This not only copies and moves the contents of the specific rows and columns but also their cell style.

You simply need to accomplish the following steps to handle drag and drop operation:

  1. Position your mouse pointer on a row/column range border so that it changes to a move pointer  . 




  2. Select the row/column by holding down the mouse, along with 'Ctrl' or 'Shift' key pressed or without any key press.


  3. Drag the selection to a desired row/column location.

When you;

Back to Top