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,