Author Topic: Issue With Filter In Internet Explorer  (Read 2365 times)

cijojohn

  • Pro Ultimate
  • Jr. Member
  • *
  • Posts: 73
    • View Profile
Issue With Filter In Internet Explorer
« on: May 05, 2017, 08:42:22 pm »
Hello Team,

I am facing some issue. In Internet Explorer when we type something in filter box in grid  it shows cross (x) botton. when we click on that button filter text gets deleted but Filtered value still shows in the Grid. I am attaching the screenshot as well. Please suggest something.

Thanks

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Issue With Filter In Internet Explorer
« Reply #1 on: May 08, 2017, 01:49:25 pm »
Please use this css rule to remove x from the text boxes in IE.

Code: [Select]
.pq-grid-hd-search-field::-ms-clear {
      display: none;
}

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile