Rank: Newbie Groups: Member
Joined: 9/3/2008 Posts: 3
|
is there a way to set the hight and width to what ever the actual size of the grid is, I would like to grid to auto grow or shrink in height and width.
Is this possible?
Thanks in advance.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You can set the Grid's ScrollBars to "None". However we do not recommend that because scrolling is one of the Grid's core features and the Grid is optimized upon it. So if you do not need scrolling, using a standard ASP.NET Grid may work much better for you.
Thanks!
|