Categories | Question details Back To List | ||
If this is true where do I increase the height of the
row?... If this is true where do I increase the height of the row? Answer posted on Mar 07, 2007 10:01 So far (v1.1) this is not a public functionality,
therefore you will need to do two modifications: div.gridbox table.row20px tr td{ height:20px; to height:DESIRED_HEIGHTpx; if (!this._srdh) this._srdh=20; change to if (!this._srdh) this._srdh=DESIRED_HEIGHT; Answer posted by Inga (Support) on Dec 06, 2014 10:00 I hope this information will be enough for you. But you also can have a look at auto complete ajax and php ajax datagrid. |