Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by vikrant bhusal on Oct 08, 2009 13:54
open dhtmlx forum
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.