Author Topic: Not able to refresh original data in the filter column after removing the patter  (Read 2835 times)

bsolteam

  • Pro Deluxe
  • Full Member
  • *
  • Posts: 107
    • View Profile
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" },



paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
It's working fine in the demos.

Please share a test case to reproduce the issue.

bsolteam

  • Pro Deluxe
  • Full Member
  • *
  • Posts: 107
    • View Profile
thanks for your reply.

Here i have attached the screenshots of below issue.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
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.