Is there an event that fires when the user clicks a button in the feature chooser? I want to know when the user clicks hide filter or show filter.
Hello Julie,
Thank you for contacting Infragistics!
I have done some looking into advanced filtering in the feature chooser I do not see a hide/show filter. What are you referring to? What is the behavior you want to achieve by handling a click on this?
Looking forward to hearing from you,
I attached a screenshot of the button I'm referring to, in case it was not clear in my initial post.
I'm using JQuery resizable to make the grid resizable. When the hide/show filter button is clicked, the visible size of the _scroll div changes, which causes the ui-resizable-s handle to move from it's placement at the bottom of the visible part of the div. I want to be able to tie into the hide/show filter button click so that I can fix the placement of the resizable handle.