Categories | Question details Back To List | ||
GroupBy Row Style Is there an API call to set the CSS Class of the GroupBy Row? If not, how would I go about changing the GroupBy Row to have its own style? Thanks for your execellent support. Answer posted by Stanislav (support) on Dec 08, 2009 10:08 There is a predefined css class "div.gridbox table.obj td.group_row" So you can defined <style> .div.gridbox table.obj td.group_row{ any styles } </style> if you need to change the styles of some specific group-row - it is a more complex process. |