When using the filtering cells on the gridview, let's say it is set to "Contains:"
When the user types in that filter cell, the word "Contains:" remains visible and uses up most of the space where the user is typing... this often results in the letters or numbers that the user is typing there to become 'chopped off'.
For example, if the column width is 100 and the user is typing a 3 digit number "123" the filter cell shows only "23" because the dropdown is showing the word "Contains:" and it obscures the "1" in "123".
Is there a way to collapse the dropdown filters lettering when the filter cell has a value in it? E.g. - Initially, it shows the word Contains... but as soon as the filter cell has a value, I'd like the word "Contains" to collapse or be removed. Then if the user removes any values from the filter cell - the filter Dropdown selector reappears.