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;
}