Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Tata on Mar 02, 2008 18:25
open dhtmlx forum
Combo Multiple

Currently i try to implement DhtmlXCombo to improve the performance in our project that was live, but also got combo select multiple, is DhtmlXCombo can be use to replace the select multiple like this ?

<select multiple size=5>
<option>a</option>
<option>b</option>
<option>c</option>
</select>

Best Regards,
Tata. K
Answer posted by Support on Mar 03, 2008 06:21
Unfortunately no. Combo can work only in single select mode.
( technically it possible to make combo which will allow multi selection , the samples includes option-with-checkbox, but it not possible to mimic same GUI as native select in multiple mode. )