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!
currently, there is only
selectedRows
But, I can't get the index of them.
Also, DataGridRow can't be compared to find the index.
dataSource.rows.firstWhereOrNull((element) => element == dataGridController.selectedRow);
Am I doing it the wrong way?
It also should be helpful to select rows by index List.