This is a migrated thread and some comments may be shown as answers.

Extra Blank Space in RadGrid Between Items and Header

2 Answers 66 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Marbry
Top achievements
Rank 1
Marbry asked on 09 Sep 2011, 11:45 PM
This is occurring on a horizontaly and verically scrolled grid.  I have the height set on the outer grid, not the master table.

This does not occur in the VS2010 development server, but it does show up as soon as I publish it and open the page in IE8.

It doesn't show up if I leave the PageSize at 5, if I change it to 10 or 20 it does.

I suspect this is related to why I had to remove the change PageSize control from the grid, when the size was increased it would do the same thing.

Screenshot

2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 12 Sep 2011, 04:29 PM
Hello Marbry,

Try setting Scrolling-ScrollHeight property.
aspx:
<ClientSettings Scrolling-AllowScroll="true" Scrolling-ScrollHeight="200"  >
 </ClientSettings>
Hope it helps.

Thanks,
Princy.
0
Marbry
Top achievements
Rank 1
answered on 12 Sep 2011, 07:03 PM
I believe that did the trick, thanks.  I'm not sure why it wouldn't detect that, but I'll take it.
Tags
Grid
Asked by
Marbry
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Marbry
Top achievements
Rank 1
Share this question
or