Populate values to #select_filter of dhtmlxgrid.attachHeader

Hi,
In dhtmlxgrid, #select_filter contains the distinct values from the column.
Is there any way to populate it with other values instead of distinct values from column.

Thanks,
Atul

I found this
docs.dhtmlx.com/connector__java_ … mdataarray . Can we do same thing using Javascipt?

You may try to use the onCollectValues event.
Here is the tutorial with an example:
docs.dhtmlx.com/3.6/doku.php?id= … lectvalues