Announcement

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

    onFieldStateChanged not triggered after on listgrid sort

    Hi,
    We just upgraded to smartgwt 6.1-p20200204 version.
    We are facing issues with ListGrid FieldStateChangedHandler not firing on column sort. Has something changed around that.?
    It used to work in earlier version..

    Thanks

    #2
    There was a bug fix in this area where FieldStateChanged could fire when there was no field state change.

    Possibly you were relying on the incorrect behavior?

    ViewStateChanged will capture all changes to fields, sort, grouping, etc if that’s what you want.

    Comment

    Working...
    X