This is an example of Blazor Grid sorting. You can see how to enable sorting and sort by a column. Alphabetical sorting happens automatically when you press the column header. You can also define the sorting criteria from the popup window. You can sort ascending or descending by default and also implement custom sorting and have your own compare function. Sorting is one of the most often used operations in a Grid.
Loading...