Completed
Last Updated: 20 Sep 2016 06:54 by Elena
ADMIN
Angel Petrov
Created on: 16 Apr 2014 13:23
Category: Grid
Type: Bug Report
0
RadGrid pager layout breaks in IE7 when the pager mode is NextPrevNumericAndAdvanced and there is a column with Display="false".

		
1 comment
Elena
Posted on: 03 Apr 2015 14:07
As a workaround you can use the below provided CSS:

 * + html .rgPagerTextBox {
 width: 8px !important;
 height: 17px !important;
 }