Since we don’t have a way for multiple level sorts, can somebody come up with the JS that can be attached to a PANEL OPERATION Button on a Grid and executed with the Execute Javascript option for this:
On a Grid of data, I’d like a button to sort by 2 pre-specified fields when clicked, and redraw the grid.
Reason:
I may initially come into the grid showing transactions sorted strictly by date.
And then I want to see the same data sorted by Transaction Type, and Date within that at the click of the button.
I do not want to mess with grouping.