Hi,
I am using html table to initialize grid. so may i know how to use clist in html and what script files i need to include.
thanks
haritha
You can use registerCList(column_index,list) method in this case.
For example, if clist is the first column, the table can be as follows
<table class=“dhtmlxGrid” name=“mygrid” onbeforeinit=“mygrid.registerCList(0,‘value 1,value 2,…’)” …>
<td …>…
…
…
dhtmlxgrid_excell_clist.js should be included