Categories | Question details Back To List | ||
cell value alignment The cell values printed along with the image(.gif) is aligned to the bottom of the cell where as cell values without an image is aligned to the top of the cell. How can the cell values without an image be aligned to the bottom of the cell or vice versa? Answer posted by Support on Dec 05, 2008 04:00 >>How can the cell values without an image be aligned to the bottom You can use grid.setColVAlign("bottom,bottom,bottom,bottom,bottom"); //parameter are list of valign values for each column |