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: [
Hello Mike,
virtualization: false,
virtualizationMode: "continuous",
rowVirtualization: true,
columnVirtualization: false,
did the trick.
Thank you very much.
Regards Manfred
Hello,
I have created a sample igGrid with continue virtualization. When I have less than 20 columns everything displays correctly. I am attaching my sample. Please run it and let me know what you see. Do you have a sample that you can send me?