I would like know if in the dhtmlXCombo element it is possible to disable writing text (I just want it works like a select).
Thank you!
P.S. I tried to use
z.enableFilteringMode(false);
but it doesn’t work.
I would like know if in the dhtmlXCombo element it is possible to disable writing text (I just want it works like a select).
Thank you!
P.S. I tried to use
z.enableFilteringMode(false);
but it doesn’t work.
z.readonly(true);
Cheers
Thank you!