Is this only me or a general problem?
In a grid I’m using this feature. My Infinite Scroll Increment for the grid is 5 lines. Sometimes it correctly loads 5 lines and adds to the end of the screen. Sometimes at the first attempt, it simply clears up the page and shows only the newly fetched 5 lines.
I can’t seem to detect a pattern to when it does it right and when it does it wrong. Meanwhile the data remains unchanged and works perfectly when I do my simple partial pagination option.
Anyone had similar experience or do I have a config problem?