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,

Would it be possible to add a feature where, after editing a cell that the grid uses for sorting, the grid automatically sorts with the new data.

For example, I have attached a project where I sort the grid by the OrderId column. If I edit the first cell to a new number that's lower than the rest, the grid doesn't sort automatically. I have to click on the header twice to get it to sort properly.

Currently, the only option I have found that lets us do this is by regenerating the grid's ItemSource with a new list, but this causes some issues.