Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Multi-Select with editorType:"ComboBoxItem" has first item selected

$
0
0
Be sure your post includes:

1. Smartclient version v9.1p_2014-08-08/Pro Deployment (built 2014-08-08)

2. Browsers tested on Chrome 37.0.2062.103 m
3. Following link will take you the smartclient multi-select example http://www.smartclient.com/docs/9.1/a/system/reference/SmartClient_Explorer.html#multiSelect

modify the code as shown below
Sample code -

Code:

{
editorType:"ComboBoxItem" ,         
 type:"select",
            title:"Select Multiple (PickList)",
            multiple:true,
            multipleAppearance:"picklist",
            valueMap: [ "Cat", "Dog", "Giraffe", "Goat", "Marmoset", "Mouse" ]
        }

click "Try it"

Open the first combo-box item to notice that the Cat is selected and checkbox is check marked.

Not sure if the design intent - if it is is there a workaround?

Thanks

Viewing all articles
Browse latest Browse all 4756

Trending Articles