dynamic loading with select filter

Hi,

i use dynamic loading with XML as data format. It works fine!

But, if I define a #select_filter in the head, i will see a JS Error after loading.

TypeError: c._locator is undefined
or
TypeError: c is undefined

The error is in the function _get_cell_value().

Thanks for your help!

Dirk

Unfortunately it’s not available to use the client-side filters in case of dynamic loading.
You will have to use the server-side filters.
Here you can find a tutorial about custom server-side filter:
docs.dhtmlx.com/grid__dynamic_lo … otheserver
or you may use the ready-for-use server-side filters of the dhtmlxConnetor:
docs.dhtmlx.com/connector__php__ … iltertypes