ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started 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.
{
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,
-
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.