Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
285
Show Advanced Filter programmatically?
posted

We have a request from an end user where they would like to have a single button on a menu to display the Advanced Filter dialog.  Is it possible to display the dialog from our own js code?  Rather than a filter indicator in the column header?  We are currently on version 13.1.20131.2292

Thanks,

Chad

  • 37874
    Verified Answer
    posted

    Hi Chad,

    You can use the _openFilterDialog private method like this: $("#grid1").data("igGridFiltering")._openFilterDialog({}, "Name") where “Name” is the column key.

    Let me know if you have other questions.