ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: bsolteam on May 02, 2016, 05:33:59 pm

Title: Not able to refresh original data in the filter column after removing the patter
Post 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" },


Title: Re: Not able to refresh original data in the filter column after removing the patter
Post by: paramvir on May 02, 2016, 10:19:47 pm
It's working fine in the demos.

Please share a test case to reproduce the issue.
Title: Re: Not able to refresh original data in the filter column after removing the patter
Post by: bsolteam on May 03, 2016, 11:13:51 am
thanks for your reply.

Here i have attached the screenshots of below issue.
Title: Re: Not able to refresh original data in the filter column after removing the patter
Post by: paramvir on May 03, 2016, 11:30:55 am
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.