This question is locked. New answers and comments are not allowed.
Hi,
I found this code on these forums:
Which is exactly what I'd like to do: Have my own button that displays the filter dialog for a particular column.
However, the dialog briefly displays then slides up as if I had clicked again to hide the filter box.
I get the same response by using $("....").click() on the filter buttons.
Do I have to specify a filter first? I'm just trying to add some convenience buttons on a main search page for our users.
Thanks,
Andrew
I found this code on these forums:
$('.t-grid-filter:first').trigger('click'); Which is exactly what I'd like to do: Have my own button that displays the filter dialog for a particular column.
However, the dialog briefly displays then slides up as if I had clicked again to hide the filter box.
I get the same response by using $("....").click() on the filter buttons.
Do I have to specify a filter first? I'm just trying to add some convenience buttons on a main search page for our users.
Thanks,
Andrew