jQWidgets Forums

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts

  • crowndatasystems
    Participant

    We 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
    Seth

Viewing 1 post (of 1 total)