AD
Administrator
Syncfusion Team
March 18, 2004 11:33 AM UTC
This is by design.
RowsMoved is fired when you have set AllowDragSelectedRows = true and your user selects some rows and then drags them to a new location. Or, it is called if you explicitly call grid.Model.Rows.MoveRange to move rows programatically.
When you delete a row, the event that is fired is RowsRemoved.