Hi Isomorphic,
I just tried to reproduce the case where I had different behaviour in different browsers and was not able to do so. I don't know what happened or what I think I saw :(
One more question regarding the automatic enabling of VirtualScrolling:
Is this still true when I use ListGrid.setRecordComponentHeight()? The size should be known then, shouldn't it?
Or the other way around: Is it somehow possible not to have VirtualScrolling when using showRecordComponents(true)?
My ListGrid configuration is:
Can (or should) this configuration lead to a ListGrid without VirtualScrolling?
Thank you & Best regards,
Blama
I just tried to reproduce the case where I had different behaviour in different browsers and was not able to do so. I don't know what happened or what I think I saw :(
One more question regarding the automatic enabling of VirtualScrolling:
Originally posted by the updated docs, http://www.smartclient.com/smartgwtee-latest/javadoc/com/smartgwt/client/widgets/grid/ListGrid.html#getVirtualScrolling%28%29
Or the other way around: Is it somehow possible not to have VirtualScrolling when using showRecordComponents(true)?
My ListGrid configuration is:
- setShowRecordComponents(true);
- setShowRecordComponentsByCell(true);
- setRecordComponentPoolingMode(RecordComponentPoolingMode.RECYCLE);
- setPoolComponentsPerColumn(true);
- setFixedRecordHeights(true)
- setCellHeight(30)
- setHeaderHeight(35)
- setRecordComponentHeight(22)
- setCanGroupBy(true)
- setDataSource(...)
- setGroupByField("...")
Can (or should) this configuration lead to a ListGrid without VirtualScrolling?
Thank you & Best regards,
Blama
Comment