[RESOLVED] dhtmlxgrid - add row with active filter

Hello,

i’ve got a problem when i try to add a row in my grid, while it is filtered.

The add function do its job, but when i change my filter’s value, i lose this new row.

Is there a way to keep my new row ?

thx reading

I finally found a way :

1 - filterBy(1,"");
2 - _f_rowsBuffer = null;
3 - addRow
4 - filterBy(1,originalFilter);