I have a jqx-grid with enabled filterrow. I have server filtering enabled.
One filter of a column does not search 1:1 the content, which is displayed in this column; therefore, I like to display a jqx-popover as soon as we click in the input control of the filterrow to describe what is searched/matched on the search engine (as a help for the user that he knows what to enter).
Do I have a chance to get somehow the “selector” of this input element in the filterrow to assign to jqx-popover? Or how can I achieve what I described?
Thanks in advance for any tips.
– badera