Author Topic: Paging information not align  (Read 2317 times)

stoodin

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 85
    • View Profile
Paging information not align
« on: May 26, 2014, 10:32:09 pm »
Hi,
I just wonder what could be the case that my paging information at the bottom of the grid is very tall and all buttons wrapped to 3 rows rather than just stay on one. All demos are working just fine.
My code is very simple:
....
        pageModel: {type: "local", rPP:2},
        dataModel: {
              location: "local",
              data: data_array
            }

Thanks a lot,


paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Paging information not align
« Reply #1 on: May 26, 2014, 10:48:22 pm »
Please ensure to include the pqgrid css dependencies and check whether there is any other css file / rules in the web page which is affecting its layout.