Categories | Question details Back To List | ||
Clist I am in need of Mutiple slection combobox .. I have seen the clist in samples . i have the clist.js . But iam unable to use it . As mentioned the cell api , i am getting a list of values and tryine to set it to a column . but unable to get it could u please help me at earliest . Answer posted by Support on Oct 17, 2008 05:30 The clist can be used only as editor in grid, it is not possible to use it as separate object. ( if you need a separate one - check next smaple of dhtmlxcombo usage - http://dhtmlx.com/docs/products/dhtmlxCombo/samples/options/combo_options.html?un=1224247833000 ) In case of clist as part of grid, you need to include dhtmlxgrid_excell_clist.js and define related columnt type as "clist" Check "List" column at http://dhtmlx.com/docs/products/dhtmlxGrid/samples/cell_types/pro_excell_extra.html?un=1224247925000 Possible values set by mygrid.registerCList command |