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
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.