registers an array of options for a multiselect column ("clist") of the grid
col | index | the column index |
list | array | an array of options set in the list |
myTreeGrid.registerCList(2,["Stephen King","John Grisham","Honore de Balzac"]);
Back to top