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!
When using the paging, we are changing the DataGridSource whenever the page is navigated. Currently, we are removing the selected rows from DataGridController since existing selected rows will not be available in new DataGridSource. To avoid the selection from being removed, we try to assign the selection when navigating between pages. While doing this, Range exception is occurred.