Categories | Question details Back To List | ||
row borders I am using 1.5 pro edition. I have treegrid and I am using colspan to make the grid look like grouped. Basically, I want to change the bottom border of the fiirst children of the tree. thanks. Answer posted by Support on Nov 26, 2008 03:24 You can set styles for any cell by grid.setCellTextStyle(id,index,"css here"); or for whole row by grid.setRowTextStyle(id,"css here"); In case of loading from XML you can use class or style attribute of row|cell tags to assign custom styles for the elements of grid. |