Categories | Question details Back To List | ||
cell colType i'm very new . i want set ColType to each cell it should be different. Answer posted by Support on Feb 20, 2008 05:03 You can do it from script by grid.setCellExcellType(id,index,type); Or directly from XML <row id="some"> <cell type="ro"> this cell has type defined </cell> |