Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by thorn on Dec 12, 2007 04:30
open dhtmlx forum
treegrid - per-cell excell

Hello!

Can I set different options for checkbox list (clist) in each row of column with script methods?

Thanks.
Answer posted by Support on Dec 12, 2007 04:46
There is no public API for such task but can be done as
   
    grid.cells(i,j).cell._combo=["option1","option2","option3","option4"];