How can i make the comboFilter in the grid header to be active for input text. With the latest version no matter what i do it is always readonly.
When html is enabled you can’t enter inside the combo input since version 8.0.3 as far as i could test.
How can i make the comboFilter in the grid header to be active for input text. With the latest version no matter what i do it is always readonly.
When html is enabled you can’t enter inside the combo input since version 8.0.3 as far as i could test.
Could you please, clarify your issue with some snippet?
The following one seems to works correctly (combo filter input is editable):
You haven’t set htmlEnable: true.
Here is updated version of the snipper:
https://snippet.dhtmlx.com/xtres4po
as you can see the comboBox in the “category” column doesn’t support searching.