Title: Can I make the grid have dynamic height depending on the number of records in it Post by: bakerchen on April 22, 2013, 08:13:41 AM there is a empty column(should be preserved for scrollbar) if I set fit=true in a datagrid, it looks very weired.
Can I make the grid have dynamic height depending on the number of records in it, instead of a fixed height? Title: Re: Can I make the grid have dynamic height depending on the number of records in it Post by: stworthy on April 22, 2013, 09:13:07 PM Try setting fit to false and height to auto.
Code: $('#dg').datagrid({ |