Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
898
Row hight is divided to the grid height
posted

Hi Experts,

I'm using igGrid (Version 15.2) and I have a strange behavior if I have less then 20 rows on creating the grid. The row hight is divided to the grid height. After sorting a colum etc. the row height is as expected. If I have more then 20 rows on creating the grid, every thing works fine. 

This are my settings

$("#grdPOS").igGrid({

dataSource: resultPOS, //JSON Array defined above

alternateRowStyles: true,

autoGenerateColumns: false,

autofitLastColumn: false,

//primarykey: "RID",

width: tab_width - 101,

height: "98%",

virtualization: true,

virtualizationMode: 'continuous',

avgRowHeight: "30px",

showFooter: true,

//enableUTCDates: true,

columns: [