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
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
You may try to use the onCollectValues event.
Here is the tutorial with an example:
docs.dhtmlx.com/3.6/doku.php?id= … lectvalues