row manipulation after filtering

Hi,

  1. Can we add/delete row in a datagrid while a filtering has been applied to the grid.

  2. Normally after filtering, if we loop through the grid, we could not find the non-matching rows of a grid as they are set to hidden. How can we display any specific one of those rows from another event (after filtering)?

The best solution for you is to use server side filtering. You can send ajax request to the server side with information which rows should be filtered. Your server side should return XML with necessary rows. Please find more information here docs.dhtmlx.com/doku.php?id=dhtm … parameters