Welcome to the Flutter feedback portal. We’re happy you’re here! If you have feedback on how to improve the Flutter, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I'm using SfDataGrid. I provide selectionManager with a custom subclass of SelectionManagerBase (I don't want to subclass RowSelectionManager because it includes behaviors I don't need). I need a way to get the actual DataGridRow object in SelectionManagerBase.handleTap() but I don't see any way to do it because that function only provides RowColumnIndex parameter. I can't use the index because the user can also sort the rows in the table which will make the index point to the wrong row. Can you please let me know how to do it?