ASP.NET Core MVC Controls | ComponentOne
Working with Controls / OLAP / Work with OLAP / Sorting OLAP Data
In This Topic
    Sorting OLAP Data
    In This Topic

    By default, results in the OLAP output table are sorted by key, for example, "Argentina", "Brazil", and so on. This is not always the most useful way to show the data. To allow this, set the AllowSorting property on the PivotGrid to True (default). It allow the users to sort the data by clicking on the column headers, just like a regular grid. Clicking the header repeatedly changes the sort orders from ascending to descending to unsorted.