Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hi,

In my DataGrid, I set the SelectionMode to Single. However, when I use a filter, it's possible to have more than one row selected. (Or, at least, the UI makes it look like there are more than one row selected)

I included a sample app to replicate this issue. Here are the repro steps : 

  1. Select the first row in the grid
  2. Click on the button Filter
  3. Select the second row

When we do this, both rows will be grey instead of one white, and one grey.

This issue happens on Android, iOS & WinUI.