ParamQuery grid support forum

General Category => Bug Report => Topic started by: Soumya on December 20, 2014, 02:02:39 am

Title: Grid Detail has Records Per Page drop down and doesn't work in Firefox.
Post by: Soumya on December 20, 2014, 02:02:39 am
Hi Param,

I have a Grid which has a grid detail in it . The inner grid has Records per page drop down and it doesn't work in Firefox. The drop down is frozen and doesn't allow the user to select number of records per page to change. I can only use Next page buttons to traverse.

Let me know your thougths.

Title: Re: Grid Detail has Records Per Page drop down and doesn't work in Firefox.
Post by: Soumya on December 31, 2014, 01:17:43 am
Any update on inner grid Records per page dropdown on Firefox bug

Please see the attachment for more details.
Title: Re: Grid Detail has Records Per Page drop down and doesn't work in Firefox.
Post by: paramvir on December 31, 2014, 01:25:03 pm
currently the workaround is to enableSelection for outer grid.

 create: function () {
         $(this).pqGrid('enableSelection');
 },
Title: Re: Grid Detail has Records Per Page drop down and doesn't work in Firefox.
Post by: Soumya on January 13, 2015, 03:03:09 am
Looks like the fix doesn't work on Local data.
My inner grid dataModel location is local.
Title: Re: Grid Detail has Records Per Page drop down and doesn't work in Firefox.
Post by: paramvir on January 13, 2015, 08:53:49 pm
it shouldn't depend upon dataModel.location. Please apply the enableSelection to outer grid.