Investment Studio > Objects > Grid > Customizing > Record sorting

To sort the records in a Grid, select a cell containing the record field (kind of value) which you want to sort on, then use the pop-up menu's Sort submenu or the equivalent buttons in the Grid's toolbar:

Sort ascending (low to high). Causes records to be sorted so that the record with the lowest value in the selected field is displayed first:
If display is rowwise, rows (= records) will be sorted in ascending order based on the contents of the selected cell's column (= record field); the topmost row will have the lowest value in the selected cell's column.
If display is columnwise, columns (= records) will be sorted in ascending order based on the contents of the selected cell's row (= record field); the leftmost column will have the lowest value in the selected cell's row.
Sort descending (high to low). Causes records to be sorted so that the record with the highest value in the selected field is displayed first:
If display is rowwise, rows (= records) will be sorted in descending order based on the contents of the selected cell's column (= record field); the topmost row will have the highest value in the selected cell's column.
If display is columnwise, columns (= records) will be sorted in descending order based on the contents of the selected cell's row (= record field); the leftmost column will have the highest value in the selected cell's row.