move grid selection

how can i move the selected area in another part of the gris (same like in excel)

1 Reply

AD Administrator Syncfusion Team May 2, 2003 08:40 AM UTC

Make sure the AllowDrop property is set true for the grid. Then if you move the cursor to the border of a selection, you should see a little DragDrop cursor. At this point, you should be able to mousedown, and drag the selection to another location in the grid.

Loader.
Up arrow icon