Hi,
I am using v11.1p_2019-01-03/LGPL.
I have a databound ListGrid with canRemoveRecords = true, deferRemoval = false.
When removing records using removeIcon (removeRecordClick method) record is not remove from ListGrid however it is removed from DataSource - correct DSRequest is sent and very simple DSRespone { data: { primaryKeyField: 111}, status: 0, errors: null } is being sent back from my server.
If ListGrid has animateRemoveRecord = true, the record is folded but then suddenly pops back, if animation is turned off, nothing is happening visually.
The record is still present in ListGrid.data.
If I am using ListGrid's removeData or removeSelectedData exactly the same DSRequest and DSResponse are being sent/received and everything works as expected.
Best regards,
Janusz
I am using v11.1p_2019-01-03/LGPL.
I have a databound ListGrid with canRemoveRecords = true, deferRemoval = false.
When removing records using removeIcon (removeRecordClick method) record is not remove from ListGrid however it is removed from DataSource - correct DSRequest is sent and very simple DSRespone { data: { primaryKeyField: 111}, status: 0, errors: null } is being sent back from my server.
If ListGrid has animateRemoveRecord = true, the record is folded but then suddenly pops back, if animation is turned off, nothing is happening visually.
The record is still present in ListGrid.data.
If I am using ListGrid's removeData or removeSelectedData exactly the same DSRequest and DSResponse are being sent/received and everything works as expected.
Best regards,
Janusz
Comment