Just an idea if we can make a small improvement on the Ext. Vertical Scrolling where we can define the number of records to be loaded when the user scrolls down and when to load them.
For example we can have a field the defines to always load the next 10 rows before user scrolling reach X row. So the 2 options will be
Always load a minimum of n rows
Start loading records before user reaches bottom of page by X px Height
Don’t know how feasible is this but it will give a chance for records to load before the user reaches the last record thus keeping the page smooth when scrolling down. I believe facebook also preloads row before you actually reach the last row.
@AliFarahat, do you use a Mac by chance? I’m not sure how complicated your repeating group is, but do you notice a significant difference in load time in Chrome vs. Safari?
Well we built the element so that it just works. If it doesn’t, please send us a bug report and we can look at improving things. Not sure it brings much to give control there, but it can probably be improved for everyone