Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, 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!

0
Votes
When I look at the grid's SortSettings.Columns it never seems to contain any information about sorting.  In the picture below the grid is multi-sorted by 2 columns but Columns is null.  I need the ability to read the sort settings and also programatically set the sort orders.

Also, I know you can get at the sort field/direction from the ActionEventArgs but that only helps if you are sorting by a single column.  If you are sorting by multiple columns there is no way to know what they all are and the order.

Empty