jQuery UI Widgets › Forums › Grid › scroll bar – mouse scrolling slow in jqxgrid
Tagged: angular grid, bootstrap grid, javascript grid, jquery grid, jqwidgets grid, jqxgrid, scroll, slow
This topic contains 4 replies, has 4 voices, and was last updated by Naveen Puram 9 years ago.
-
Author
-
Hi,
I have huge amount of records in grid,if i’m trying to scroll the mouse scrolling is very slow.Is there any solution for mouse scroll smoother in jqxgrid.
Thanks & Regards,
NagaveniHello nagaveni,
Could you provide us code or one example (in https://www.jseditor.io/ or http://jsfiddle.net/) with that issue.
Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.comI am also facing the same issue with my application. Vertical scroll bar is very slow compare to the demo provided in below link. Can I get code for below functionality or is there any configuration missing from settings. I am pasting pseudo code for your reference. We have enterprise license, so do we need to get different download link for JqxGrid to fix this issue.
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/virtualscrolling.htm?arctic
Application settings for grid
$scope.gridSettings =
{
width: ‘100%’,
height : parseInt($(window).height())-parseInt(height)+’px’,
source : dataAdapter,
selectionmode: ‘multiplecellsadvanced’,
sortable : true,
filterable : true,
columnsresize: true,
selectionmode: ‘checkbox’,
pageable : true,
theme: ‘office’,
enablebrowserselection:true,Hi Naveen Puram,
The scrolling of our Grid is demonstrated in our demos. It is not slow and there is nothing that have to be fixed. In your Grid settings you don’t even have scrolling due to the reason that you use Paging.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/Thanks for your quick response. though I use paging, I would like to have scrolling work exactly how It presented in demo. I have 1 million records in a page and I want horizontal and vertical scroll bars should be working as it presented in demo. will there be any changes that I can do to jqxgrid settings to make this working.
width: ‘100%’,
height : parseInt($(window).height())-parseInt(height)+’px’,
source : dataAdapter,
selectionmode: ‘multiplecellsadvanced’,
sortable : true,
filterable : true,
columnsresize: true,
scrollmode : ‘logical’,
scrollbarsize: ’20’,
//horizontalscrollbarlargestep: 600,
horizontalscrollbarstep:60,
selectionmode: ‘checkbox’,
pageable : true,
theme: ‘office’,
enablebrowserselection:true, -
AuthorPosts
You must be logged in to reply to this topic.