Categories | Question details Back To List | ||
questions about the separation line I want to add separation line between some rows. Just like one line shown in group by function. Can the grid support this function?? Answer posted by Support on Oct 17, 2008 02:47 The grid doesn't support separate line as a separate entity, but you can achieve the same effect through css styles ( as it done in case of grouping ) mygrid.setRowTextStyle(rowID,"border-bottom:2px solid black;"); //will add a line below the row |