Hello
it is possible to have a multi select dropdown value with properties grid
here is a section of the xml generating te grid
Fieldname1
I need to be able to select multiple values from the cell of type list
Regards
Hello
it is possible to have a multi select dropdown value with properties grid
here is a section of the xml generating te grid
Fieldname1
I need to be able to select multiple values from the cell of type list
Regards
Unfortunately it’s not available to use the list as an multiselect. You may try to use the “clist” excell.
mygrid.registerCList(1,["Philosophy","Economics","Accounting"]);
...
<row>
<cell>Fieldname1</cell>
<cell type='clist' values= Philosophy,Economics,Accounting></cell>
</row>