Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    notifications for listgrid columns

    I'd like to keep track of when the user reorders columns and when they show/hide certain columns. Are there an handlers for this that I can use?

    #2
    listGrid.fieldStateChanged() fires on column reorder and column show/hide.

    Comment

    Working...
    X