Author Topic: Issue with Scrolling in PQ grid  (Read 3458 times)

Ajay

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 31
    • View Profile
Issue with Scrolling in PQ grid
« 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?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6210
    • View Profile
Re: Issue with Scrolling in PQ grid
« Reply #1 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.