It appears that when you click a column to sort, then instead of the usual toggle of ascending/descending, every third click instead clears all sorts. Is there any way to make it do the traditional toggle of ascending/descending only? Also when the grid initially loads, it automatically seems to select the first cell, which causes sort to take you to some other line wherever that first cell ended up because of the sort. Is there any way to either make it not automatically select the first cell, or at least not make the sort jump to the middle of the page chasing that cell?
Hello Nitin,
Hope you are doing well!!
You can find your answer here:
https://www.outsystems.com/forums/discussion/71575/how-to-stop-sorting-automatically-when-the-cell-value-changed/
There is sample oml you can refer it.
Regards,
Ajit Kurane.
Thanks Ajit, however, in my case, I don’t want to reset the sort. Rather the problem is that it is resetting the sort every 3rd click of the same column header, when really I want that one click should sort ascending, next descending, next ascending, and so on.
The second problem is that when the grid first appears, a cell is already selected. Normally that wouldn’t matter, except what that appears to cause is that when you click a column to sort, then it moves you down to whatever line that cell ends up after the sort. Rather I want to stay on top of the grid.