Filtering with smart rendering of big dataset fails

I have a big dataset that isn’t loaded as a whole. Smart rendering works, I have total_count/pos in the XML. I’ve tried to add filters on two columns:

offerGrid.attachHeader("#numeric_filter, ,#select_filter, ,....

similar to: dhtmlx.com/docs/products/dhtmlxG … _srnd.html

But I get this in Firefox:

[code]TypeError: b is undefined

…le=‘left:0px’ src=’"+this.imgURL+"skinC_top_left.gif’><img style=‘right:20px’ …[/code]

and in Chromium:

Uncaught TypeError: Cannot read property '_locator' of undefined dhtmlxgrid.js:9 dhtmlXGridObject._get_cell_value dhtmlxgrid.js:9 dhtmlXGridObject.collectValues dhtmlxgrid.js:9 dhtmlXGridObject._loadSelectOptins dhtmlxgrid.js:9 dhtmlXGridObject.refreshFilters dhtmlxgrid.js:9 z dhtmlxgrid.js:9 obj.callEvent dhtmlxgrid.js:9 xmlLoader.onloadAction dhtmlxgrid.js:9 check

Is it only in pro version or something is wrong?

In case of using the dynamic loading you need to implement the server-side filtering.
For example you may use the filters of the dhtmlxConnector:
docs.dhtmlx.com/connector__php__ … iltertypes