Announcement
Collapse
No announcement yet.
X
-
Read the docs for that property. You enabled deferRemoval and that’s what it does.
-
Hi Isomorphic,
Thanks for the instant response.
I've tried with the following lines.
grid.setCanRemoveRecords(true);
grid.setDeferRemoval(true);
But once I click on "delete icon", the selected record will be "striked out" and not gets deleted from the grid.
Hereby, I'm attaching the screenshot for your reference.
Please suggest.
Leave a comment:
-
Want to perform mass delete on Listgrid
Hi Isomorphic,
I want to perform "Mass Delete" similar to "Mass Update" (https://www.smartclient.com/smartgwt...ng_mass_update).
Here on click of 'delete' button,I want the records to be deleted from UI only .
I want to send these records to server side for DB deletion, on click of some other button.
Please suggest.
Tags: None
Leave a comment: