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!>
Thanks for joining our community and helping improve Syncfusion products!
Hello,
I'm not sure if this is a bug or if I simply haven't found how to do it yet, but from what I've seen, the conditional styling for rows isn't applied for the selected row.
I have included a sample project for this issue. In the sample, I have made the second row red, and all the others light blue, using a converter as described here :
https://help.syncfusion.com/maui/datagrid/conditional-styling#conditional-row-style
In the converter, I also tried to check if the row is selected in order for the selected row to have a darker color, but the function isn't called for the selected row, only the previously selected row.
I know that in the past (Xamarin Forms), we could use a custom SelectionController to apply a style on the selected row, but I haven't found anything equivalent to that in MAUI