ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: Ajay on April 29, 2015, 05:58:47 pm

Title: Issue with Scrolling in PQ grid
Post by: Ajay on April 29, 2015, 05:58:47 pm
Hi,
 I am using param Query grid and facing issue with the mouse wheel scroll.

 When the grid is loaded, I am having around 200 records,when i tried to scroll down the results vertically with mouse it is not scrolling.

here is my code for grid.
eventgrid.pqGrid({
                        width: NMCApp.getSearchGridWidth(),
                        height: NMCApp.getSearchGridHeight(),
                        editable: false,
                        topVisible: false,
                        bottomVisible: false,
                        numberCell: false,
                        roundCorners: false,
                        wrap: false,
                        colModel: columnModel,
                        dataModel: { data: [] },
                        scrollModel: {  horizontal: false }
                });

can anyone suggest what Iam doing wrong.
How can I scroll down the results with mouse as well?
Title: Re: Issue with Scrolling in PQ grid
Post by: paramvir on April 30, 2015, 01:29:32 pm
Could you share a jsfiddle so that I can have a look why mouse wheel scrolling is not working for you.