Hello,
As you'll see on the picture, there is still some room empty. I want to use that to for the grid, so I put grid.height 100%. But nevertheless there is still some room. I've put now a save button under the grid and I put in code:
grd.Behaviors.Paging.PagerAppearance = PagerAppearance.Bottom
grd.Behaviors.Paging.PageSize = 15
grd.Behaviors.Paging.Enabled =
True
So I looks more filled but it is all fixed. How can I achieve that the whole page is filled with the grid?
Kind regards,
Kris
ok. if you don't see a whitespace that means your % code has no issues,.
Just set the page size to some value so that you don't see a white space and scrollbars and your grid fits to the whole screen.
try setting your page size to 16,17,18... and check which page size suits you best.
hit and trial approch..
hope this will helps you.
-Ani
And what can I do about the scrollbars?
No, I don' get a white space.
increase your pagesize to 50.
scroll down using your browser scrollbar.
check if there is any white space below your grid...
your code files are ok. I don't see any issues related to height.
if you scroll down using browser scroll bar do u see a white space below your grid?