ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: fuljoyment on September 09, 2021, 12:23:37 pm

Title: Issue with filtering the grid data when we have more than 150 filter values
Post by: fuljoyment on September 09, 2021, 12:23:37 pm
Hello Admin,

I am facing a problem with filtering the data in the pqGrid. The filter values filled remotely and we are using remote data.  I am using the following filter rule in my grid.

Code: [Select]
{
   title: "colorName", align: "center", dataIndx: "color", width: "120",
       filter: {
           crules: [{ condition: 'range'}]
               }
 },


As per my observations, if we have more than 150 filter values and do filtering by checking/unchecking them then  the data in the grid is not updating. Also, if we uncheck all then checking them one by one then the data is updating.


Note:- I am using Paramquery Version 6.2.4 with ASP.Net Core MVC..


Thanks in advance,
Title: Re: Issue with filtering the grid data when we have more than 150 filter values
Post by: paramvir on September 12, 2021, 12:49:45 pm
this may be due to server configuration not accepting query strings beyond a certain character length.

Please check requestLimits maxQueryString setting in web.config or set dataModel.method to "POST" in grid.