• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

Developer control over grid column sort resetting

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Developer control over grid column sort resetting

    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?

  • #2
    Currently, we don't have a way to stop saving the grid's sort. However, we will add an option to not retain the sort in the grid's configuration in an upcoming 6.2 update

    Thanks

    Comment


    • #3
      Thank you!

      Comment

      Working...
      X