i just get the data from php with ajax.like
$.get
(
“ajax.php”,
{t:“load_data”},
function (data){
if (data!=""){
eval (data);
gr.clearAll();
gr.parse(data,“json”);
grid.filterBy(0,""); //unfilters the grid
grid._f_rowsBuffer = null; //clears the cache
grid.deleteSelectedRows();
grid.filterByAll();// filters the grid back
when i delete the key word filter all data,the delete row is still in there.and the status is selected.
but if i am not use the “grid.filterByAll()”,the delete row is disappear。it will be right.
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan