free-jqgrid / jqGrid

jQuery grid plugin
https://github.com/free-jqgrid/jqGrid
Other
478 stars 196 forks source link

virtual scrolling don't work when grid don't have Horizontal scroll #481

Open praveenbkulkarni opened 4 years ago

praveenbkulkarni commented 4 years ago

Hi Team,

We are using jqGrid 4.15.4, Our grid size is full screen but in table we have less columns and we are not getting horizontal scroll. Initially, the data is in chunk of 50 records. Totally, We have 1000 records in API but the entire data is showing up only after the horizontal scroll is being enabled. However, when both horizontal and vertical scrolls are being enabled simultaneously we can see the entire data set.