Categories | Question details Back To List | ||
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"]; |