Hello DHTMLX,
On my form I have a Combobox with filtering enabled.
This works correct if you starts at the beginning of the text.
Is it possible to search on a part of the text.
regards,
Laurens
Hello DHTMLX,
On my form I have a Combobox with filtering enabled.
This works correct if you starts at the beginning of the text.
Is it possible to search on a part of the text.
regards,
Laurens
Are you using client-side filtering or a server-side filtering?
I use Client side filtering.
Hello Stanislav,
Thanx for your answer.
Is this also working when using the combo-control on the form?
You may get the dhtmlxCombo object of the combo in your form using the getCombo() method:
docs.dhtmlx.com/api__dhtmlxform_getcombo.html
It allows to use any API of the dhtmlxCombo for your combo.
Also you may use the “filtering” attribute in your combo item initialization.
Here you can find a detailed tutorial:
docs.dhtmlx.com/form__controls_list.html#combo