Smooth Scrolling not working with multiple row and columns
Smooth Scrolling not working with multiple row and columns
PashaTech
Posts: 17Questions: 3Answers: 0
Hi,
DataTable with thousands of records and multiple columns(around 45) takes much time to load even after enabling scroller.
Additionally smooth vertical scrolling is not working perfectly with thousands of records as there is a delay of 1 or 2 secs, when the user tries to scroll with mouse drag at every specific scroll position.
Any help would be highly appreciated.
Thanks
This discussion has been closed.
Answers
There are two issues associated to scroller-
1.Loading and scrolling are pretty slower in IE unlike Chrome,Firefox which is pretty faster.
2.Blank screen with "loading.." appears in Scroller-Server Side Processing whenever we try drag and scroll using mouse. Any idea on how to enable smooth scrolling to ensure NO blank screen and "loading.." is shown whenever user tries to drag and scroll using mouse but data should be shown simulataneous to the users scroll without any delay.
Any help would be highly appreciated! Thanks.