Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Kunal on Dec 16, 2008 20:54
open dhtmlx forum
Grid size

hi,

I am using Dhtmlx pro version 2.

In my code, I am loading grid using html tabel which is generated at run time..
So the no. of rows and columns varies time to time..
I have applied filter as well as paging in same grid.
hence I need some function which will set width and height of grid fixed..

Thanks & regards
Kunal
Answer posted by Support on Dec 17, 2008 01:56
You can define grid sizes as part of initial HTML markup

<table gridHeight="300px" gridWidth="600px" ...


If such attributes not defined, gird will take the same size as original table has.