Dear all,
is it possible to enable filtering within the item buttonSelect at toolbar.
the dhtmlxCombo allows filtering:
combo.enableFilteringMode(true);
Is there something comparable for buttonSelect?
I added the button as follows:
aToolBar.addButtonSelect(‘sel_item’, 6, ‘’,‘’,null, null, true, true, 10,‘select’);