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 -
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
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" ] }
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
Comment