Check documentation for the latest version of dhtmlxSuite registerCList DHTMLX Docs

registerCList

registers an array of options for a multiselect column ("clist") of the grid

void registerCList(index col,array list);
colindexthe column index
listarrayan array of options set in the list

Example

myGrid.registerCList(2,["Stephen King","John Grisham","Honore de Balzac"]);

Back to top