Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
215
issue in iggrid on dropdown column with checkboxes
posted

Hi,

I am using Version 13.2.20132 and facing the same issue pardeepkgupta has described in this post. The following attributes are set on the Combo:

- multiSelection: 'onWithCheckboxes'

- allowCustomValue: true

- itemSeparator: ','

- selectItemBySpaceKey: true

- autoComplete: true

 

Detailed issuedescription:

if I don't set allowCustomValue, the selection via keyboardinput and space works like a charm, but as soon as I Close the Dropdown, only the first value is set in the field.

If I enable allowCustomValue, I can select multiple values like before, when I Close the Dropdown, the selected values are correctly in the field (separated via itemSeparator). If I reopen the Dropdown via mouseclick on the arrow, the items are selected as well.

But if I want to enter more values via field (directly click in the field and add a itemseparator to select another item), the Fieldvalues are deleted except the first one, and in the Dropdown nothing is selected.

is there any solution available for this specific behaviour?

 

Thank you in advance for your Investigation and help