Hi there,
I have a list grid binded to a data source.
I sort my listgrid on a date field. The display when first loading is okay, data are sorted.
When I add a new record in the grid (saveData method) with current date, my record is added at the end of the grid (it should be inserted on top of it as the sort properties is still there).
It is the same issue when I update a record by replacing its date by current date : the row stay at the same place without being sorted again.
Any clue ?
PS : last week I didn't face the issue, my data were correctly displayed after the addData call. Maybe some modifications have been done on the sort methods in the last builds ?
Thank you
Regards
I have a list grid binded to a data source.
I sort my listgrid on a date field. The display when first loading is okay, data are sorted.
When I add a new record in the grid (saveData method) with current date, my record is added at the end of the grid (it should be inserted on top of it as the sort properties is still there).
It is the same issue when I update a record by replacing its date by current date : the row stay at the same place without being sorted again.
Any clue ?
PS : last week I didn't face the issue, my data were correctly displayed after the addData call. Maybe some modifications have been done on the sort methods in the last builds ?
Thank you
Regards
Comment