Manually moving rows

How would you manually move a row in a grid control (not databound) that has embedded grids within the row. Dragging and dropping the row with the mouse works fine, however when I try to programmatically cut and paste the row I have had no success.

2 Replies

AD Administrator Syncfusion Team January 29, 2003 07:00 PM UTC

Try Grid.Model.Rows.MoveRange Stefan


CC Charles Carlin January 29, 2003 07:56 PM UTC

I hate when I miss the obvious. Thanks it works perfectly. > Try > > Grid.Model.Rows.MoveRange > > Stefan

Loader.
Up arrow icon