Announcement

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

    Keeping a ListGrid sorted after edits (addDataChangedHandler missing?)

    Hi Isomorphic,

    I'm trying to have a ListGrid sorted all the time. As I know I'll display all records all the time, I have no problem with records getting out of sight etc.

    In http://forums.smartclient.com/showpost.php?p=85089&postcount=4 you suggested using the "DataChangedEvent". But I can't find a way to attach to it, as I only have "addDataArrivedHandler" in ListGrid (no "addDataChangedHandler").
    This one fires only for the 1st fetch when I open the grid, not the automatic subsequent fetches for DB-Trigger action after insert/update/delete.

    Is it really missing or is there a better approach to get the Grid re-sorted after every change?

    Thanks,
    Blama

    #2
    DataChanged is on ResultSet.

    Comment


      #3
      Fast and helpful. Thanks a lot!

      Comment

      Working...
      X