Ignore DataProcessor

I would like to DataProcessor ignore selected remove operations on my DataView. I tried something like this:

dp.ignore(function() { dv.remove(id); });
but then the item is not removed from the DataView (no error, just no effect) :frowning: How should I do this?

Problem confirmed, please try to use the updated dataview.js ( attached )
dhtmlxdataview.zip (15.5 KB)

We use full version of dhtmlx (dhtmlx.js from dhtmlx_pro_full.zip package). We try to include your file after full dhtml:

[code]

[/code]

but then after call β€œremove” method (without ignore) we got following error:

Please open ticket at support system, we will provide fixed dhtmlx.js build.