We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

RowsMoved event not being fired after RowsRemoved

I am a bit puzzled by this: After I have deleted a Row from the grid, I would expect RowsMoved event to fire for the range of rows after the row removed, because they have now moved up to fill the space caused by removing the row. But the event doe not seem to fire. What''s going on? Sam

1 Reply

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.

Loader.
Live Chat Icon For mobile
Up arrow icon