Hi Isomorphic,
I am doing something similar to the following showcase example.
https://www.smartclient.com/smartgwt...diting_new_row
I noticed that if you set the sort and then add a new row, the sort is removed. This is the case whether the sort is set in the UI or with listgrid.setInitialSort.
In my case, I'm not using a Data Source for the list grid and the data is set with listgrid.setData. Is there a way to prevent the sort from being cleared?
Thanks
I am doing something similar to the following showcase example.
https://www.smartclient.com/smartgwt...diting_new_row
I noticed that if you set the sort and then add a new row, the sort is removed. This is the case whether the sort is set in the UI or with listgrid.setInitialSort.
In my case, I'm not using a Data Source for the list grid and the data is set with listgrid.setData. Is there a way to prevent the sort from being cleared?
Thanks
Comment