In the event Grid.AfterRowsDeleted, How can I find the band.index of the row deleted?Thank you
Hello ddol,
We are still following this thread.
Please feel free to let us know if you have any other questions with this matter.
Hi,
You can't get it directly inside this event. What you will have to do is get it from within BeforeRowsDeleted and store it.
In BeforeRowsDelete, you can get the band off any one of the deleted rows.
e.Rows[0].Band