Categories | Question details Back To List | ||
Insert or delete row in filtered state of the grid Hi, I am doing following steps in mentioned order. (1)filtering with value 'C' in first column using header filters shows one row (rowId) To delete this row I use following methods. (2)grid.filterBy(0,"") (3)grid.deleteRow(rowId); In some cases I need to update some rows so I am using updatefromxml function. (4)grid.updateFromXML(url (returns xml without mentioned rowId ), true, false, afterUpdatefunc); Deleted row is disappeared from the grid at this stage but when I remove the value 'C' from the first column filter manually, deleted row comes back. Please let me know if I am missing anything. Answer posted by dhxSupport on Dec 10, 2009 07:32 This is known issue. Please find work around here http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:filtering#adding_deleting_rows_in_filtering_mode |