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
Is your grid inside a table?
check the height grid frame and other controls.
No my grid is not in a table. I will check it.