Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
Page reloads all the grid rows including deleted rows on Sorting
posted

Hi,


I have WebdataGrid(IG13.2) where I delete rows on click of a column(Delete column) using

grid.get_behaviors().get_editingCore().get_behaviors().get_rowDeleting().deleteRows(rows);

But when I click on the column headers in the grid, the page refreshes(using Infragistics inbuilt sorting) and all the rows including Deleted Rows are displayed.

My question here is is there a way to prevent the deleted rows from getting displayed?

And if I edit any cell, the edited value should be preserved.

P.S:I have set batch update to true and my datasource is DB2. I have also tried

grid.get_behaviors().get_editingCore().commit();

after deleting the row.

Awaiting your response.

Regards,

Mariyam.

Parents Reply Children
No Data