ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: bsolteam on May 02, 2016, 05:33:59 pm
-
Hi Team,
I am using the filter model for the column to search the particular item based on the pattern, but searching the data based on pattern is perfectly working fine.
The issue is with it , when i remove the search pattern then grid is not setting back to its original state rather it is not refreshing.
Please give some help on this issue.
Code:
in column model
filter: { type: 'textbox', condition: 'contain', listeners: ['keyup'], style : "background-color:white;", attr: 'placeholder="Enter your keyword"' },
in object model:
filterModel : { on:true, header: true, type:"local",mode : "OR" },
-
It's working fine in the demos.
Please share a test case to reproduce the issue.
-
thanks for your reply.
Here i have attached the screenshots of below issue.
-
This is a duplicate of the question you asked before: http://paramquery.com/forum/index.php?topic=1380
for which you have to upgrade the version.