Hi,
I am new to JQWidgets but after a couple of days writing some code to convert our current data set the one that JQX accepts, I found a strange thing.
I use a grid with vertical scrolling enabled, this is needed because our records could go over a million. But for testing purposes, I only tested with 50.000 records so far.
From record 20 to 50.000 the vertical scrolling works like a charm! Awesome! But the first 19 records are acting strange when I scroll. It reloads the data after scrolling as it should, but it moves the records up, which is weird. To show you exactly what I mean, I created a short video: http://youtu.be/CJYEoHV2R0M I hope that the video clears out what I’m struggling with.
Does anyone of you know what I am doing wrong? Since there are 19 div containers that contain rows, could be the problem there?
Sincerely,
Guido