ParamQuery grid support forum
General Category => Bug Report => Topic started 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
-
Please use this css rule to remove x from the text boxes in IE.
.pq-grid-hd-search-field::-ms-clear {
display: none;
}
-
Related topic:
https://paramquery.com/forum/index.php?topic=2104.msg8347#msg8347