We're using igGrid with the simple filter option. Our users would like for us not to display the default null text, for example "Contains..." in the filter cell when a value hasn't been entered. Is there a way to override this behavior?
Thanks, Lee
This solution worked. Thanks so much for the help.
Hello Impm85,
probably you tried with the visibility properties in the css, but you cannot type in the field and the filtering is not working.
So I can suggest you to match the color of the default text with the color of the grid as modifying the default style as follows:
.ui-igedit-nullvalue, .ui-widget .ui-igedit-nullvalue { color: #fff; }
Please test this and let me know if it solves your issue.