Whenever I perform grouping on a column , alignment of group header is not right.
I've tried to access GroupHeaderItem on PreRender and set VerticleAlignment to 'Middle'
....but of no use.(Please refer attached snapshot - GroupUI.png)
2 Answers, 1 is accepted
0
Dimo
Telerik team
answered on 21 Dec 2009, 11:24 AM
Hello Sushma,
Probably your web page is running in quirks mode (no DOCTYPE or old HTML DOCTYPE). In this case you can adjust the groupheader's vertical alignment with CSS. Modify the value in orange, according to your preference:
div.RadGrid .rgGroupHeader td div div
{ top:-0.2em; }
div.RadGrid .rgGroupHeader td div div div
{
top:0;
}