Categories | Question details Back To List | ||
aligining group header Hello Support In an DHTMLXGrid, while grouping, how can I aligh the Group header to the left or right. Currently, by default, I see it rendering in the center. Thanks Vikrant bhusal Answer posted by Stanislav (support) on Oct 09, 2009 07:05 You can adjust .group_row css class .group_row{ text-align:right; } Answer posted by Stanislav (support) on Oct 09, 2009 07:06 >> Currently, by default, I see it rendering in the center. By default it must be left aligned, it possible that you have some global css rules, which is changing default behavior. |