EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: chitgoks on April 11, 2013, 10:16:10 PM



Title: prevent datagrid row from expanding height
Post by: chitgoks on April 11, 2013, 10:16:10 PM
my cell content has a <br/> tag in it so when it is displayed in the datagrid, the row's height expands.

how can we prevent this from happening and ensure that the row's height stays the same regardless how much next line there is within the cell


Title: Re: prevent datagrid row from expanding height
Post by: stworthy on April 11, 2013, 11:55:10 PM
Set 'autoRowHeight' property to false to make rows have the same height.