Rank: Member Groups: Member
Joined: 11/27/2010 Posts: 13
|
hi, I use the Grid control,Can I set the height with 100%,I must set the height with px. Can I help me ?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The Grid supports 100% height only if its parent's height is known. If you put the Grid directly in the page, then 100% height has no meaning because the page's height depends on the contents' height (in this case the Grid's height) and the Grid's height depends on the page's height. There is no way both can be happy when you set it up that way.
Thanks
|