I have a listgrid which is correctly being updated using addRelatedUpdate() in the server-side.
When I add a new record, it is added at the beginning of the list, in position 0. How can I add it at the "correct" position?
Since I am in the server, I cannot just call listGrid.resort(). So how can I achieve this ?
Using SmartGWT 4.1p, v9.1p_2014-09-25
When I add a new record, it is added at the beginning of the list, in position 0. How can I add it at the "correct" position?
Since I am in the server, I cannot just call listGrid.resort(). So how can I achieve this ?
Using SmartGWT 4.1p, v9.1p_2014-09-25
Comment