I have a NAB app with a grid widget that allows users to click on column headers to sort by certain columns.
I don't want my NAB app to remember how a grid was sorted last time around.
In other words, I want my grid to reset any custom sorts of fields made by the user and return back to the default sort every single time the grid is loaded.
Is there a way to do this?
Perhaps something along these lines in RPGLE:
resetSort('myWidget');
Or is there a NAB behavior that accomplishes this?
I don't want my NAB app to remember how a grid was sorted last time around.
In other words, I want my grid to reset any custom sorts of fields made by the user and return back to the default sort every single time the grid is loaded.
Is there a way to do this?
Perhaps something along these lines in RPGLE:
resetSort('myWidget');
Or is there a NAB behavior that accomplishes this?
Comment