ParamQuery grid support forum

General Category => Bug Report => Topic started by: cijojohn on May 05, 2017, 08:42:22 pm

Title: Issue With Filter In Internet Explorer
Post by: cijojohn 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
Title: Re: Issue With Filter In Internet Explorer
Post by: paramvir 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;
}
Title: Re: Issue With Filter In Internet Explorer
Post by: paramvir on May 08, 2017, 09:58:41 pm
Related topic:

https://paramquery.com/forum/index.php?topic=2104.msg8347#msg8347