Hello,
I’m using JQGrid 4.6.0.
Â
I’m using virtual scroll. Â When the height is set to an integer, virtual scroll works great. Â When the height is set to ‘100%’ or ‘auto’, and I scroll past my initial data set, no additional requests are sent for data (neither populate or populateVisible are called based on my simple debugging).
Â
Just to be clear, working config
…
scroll: 1,
height: 600
…
Â
Broken config
…
scroll: 1,
height: ‘auto’
Â
This looks like a bug to me, but perhaps I am missing something.
Â
Thank you,
~Sarah
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top