jQWidgets Forums
jQuery UI Widgets › Forums › Grid › Scrolling in grid doenst work in IE11 (scrollbutton mouse)
Tagged: grid control
This topic contains 5 replies, has 3 voices, and was last updated by Peter Stoev 11 years, 4 months ago.
-
Author
-
Just to let you know that scrolling a grid (mouse scroll) does not work in IE11.
Hi redjane,
What do you mean by mouse scroll? Mouse Wheel?
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi Peter,
Yes, “mouse wheel” is what I meantOk, redjane.
We will check it with the latest version and if we verify it, we’ll resolve it.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comWe ran into this today Scrolling does not work in IE 11 in Virtual mode. Has it been addresses or is there a work around?
We dropped compatibility to IE 10 and it works fine.
We are on JQW 3.0.4.
Below is the constructor code (I have removed field names for the columns)
$(“#dbGrid”).jqxGrid({
showtoolbar: true,
showstatusbar:true,
enablebrowserselection:true,
theme:”energyblue”,
width: “100%”,
height: setGridSize(),
altrows: true,
source:gridDataAdapter ,
pagesize: 50,
pagesizeoptions:[’20’,’50’,’100′],
sortable:true,
sorttogglestates: 1,
columnsresize: true,
pageable:true,
virtualmode:true,
groupable:false,
columnsreorder:true,
rendergridrows: function (params) {
return params.data;
},
rendertoolbar: toolBarFunction,
renderstatusbar:statusBarFunction,columns:[
{ datafield: “x1″,text:”Img”,width:35,cellsrenderer:cellsrendererphoto,pinned:true},
{ datafield: “x2″,text:”Notes”,width:45,cellsrenderer:cellsrenderernotes,pinned:true}
]
});Thank you
SethHi crowndatasystems,
Mouse Wheel does not work in IE11 in version 3.0.4. We have a work item about it and it would be resolved in the next version.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.