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
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
Comment