Combo box Filter on Combo editable column in a grid does not work.
We cannot reproduce this issue locally. Please check example here dhtmlx.com/docs/products/dht … combo.html
Example does not have column cell as combo. Both columns in the example you provided are editable via text field and not combo. Would you have an example where there is combo filter working and combo editable cells in the column?
While filtering grid takes getValue() method of the cell and filter grid based on it value. If values and labels of your “combo” cells are different filtering may not work as expected. In such case you have to use custom filtering. You can use “onFilterStart” event, get cell label based on selected value and filter grid with filterBy() method.
Please check tutorial here docs.dhtmlx.com/doku.php?id=dhtm … iltering&s[]=onFilterStart
Has anyone been able to get this working?
#combo_filter works fine on a text column but if you have a combo box column it doesn’t work.
I’ve looked at Olga suggestions but haven’t been able to get it working…
The combo_filter works well with the combo column, but in combo_filter values but not the labels are displaying. Unfortunately it is not available to display the titles of the combo in the combo_filter.