I am using Igx data grid.
Requirement : Refresh the data in grid after row is removed on click of delete button. We are using API to remove the selected row.
Could you please provide a stackbliz sample for the same. Please help ASAP.
Thanks
Hello Shobhana
Thank you for your post.
I made a sample to delete for a specific row.https://stackblitz.com/edit/igx-grid-delete-row-cdr?file=src/app/grid/grid-row-editing-sample/grid-row-editing-sample.component.tsThis sample seems to process proper data.Do you use another way to delete the row?
I used the deleteRow method.https://jp.infragistics.com/products/ignite-ui-angular/docs/typescript/latest/classes/igxgridcomponent.html#deleterow
Sincerely,Motoki
Hello Motoki,
I am using a API call to delete a row but the grid is not getting updated with the latest data. How can i achieve the same?
Hello ShobnanaI am not sure what is the difference between our situations.Could you consider providing us a sample for reproducing this issue?
Thanks in advance.