Rank: Newbie Groups: Member
Joined: 12/25/2008 Posts: 8
|
Hi,
Is it normal that the grid generate more than 300 HTML lines for a grid with 7 columns and 2 rows?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
The amount of data rendered by the Grid has to do with the Grid's height, it does not have anything to do with how many rows you currently have in the Grid (because our Grid allows you to add rows on the client side). If you use a lower height value it will render less HTML. If you set the height to 100%, then it will render the most HTML. So try to reduce the height of the Grid should reduce the amount of HTML it renders.
Thanks!
|