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!
There are many methods in DataGrid that return just [object]. For example, SfDataGrid, DataGridController.selectedRow, it would be helpfult if I could specify selectedRow<T>, so I know the type of object that will be returned instead of a generic object.