ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: stoodin on May 26, 2014, 10:32:09 pm

Title: Paging information not align
Post by: stoodin 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,

Title: Re: Paging information not align
Post by: paramvir 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.