Won't Fix
Last Updated: 14 Aug 2015 07:32 by ADMIN
ADMIN
Pavlina
Created on: 13 Aug 2014 15:52
Category: Grid
Type: Bug Report
0
RadGrid header is not visible when static headers are enabled and HorizontalAlign="Left".

		
1 comment
ADMIN
Galin
Posted on: 14 Aug 2015 07:30
This is a configuration issue and it is caused by the property HorizontalAlign. In this case the alignment should be cleared by the following CSS rule:

.rgHeaderWrapper {
     clear: both;
}