Won't Fix
Last Updated: 09 Mar 2016 16:23 by ADMIN
ADMIN
Angel Petrov
Created on: 24 Jun 2013 08:42
Category: Grid
Type: Bug Report
0
RadGrid's resizing does not work as expected when static headers are enabled
The issue appears in Classic render mode and is due to the use of an image for background which does not stretches(which is a limitation). A possible workaround is to include the following CSS:

.rgHeaderWrapper div.rgHeaderDiv{
 background:none;

}
0 comments