ParamQuery grid support forum
General Category => Bug Report => Topic started 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.
-
Any update on inner grid Records per page dropdown on Firefox bug
Please see the attachment for more details.
-
currently the workaround is to enableSelection for outer grid.
create: function () {
$(this).pqGrid('enableSelection');
},
-
Looks like the fix doesn't work on Local data.
My inner grid dataModel location is local.
-
it shouldn't depend upon dataModel.location. Please apply the enableSelection to outer grid.