ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: mikep on September 24, 2024, 06:18:40 pm
-
I need to open the Grid Fields selection dialog from a button click event instead on clicking on the column hamburger icon. How can this be accomplished?
-
Since there is no API for it, you can trigger a click.
grid.getCellHeader({dataIndx: field_name }).find(".pq-icon-menu").click();
-
Thank you. Can you update the button click in what I've tried?
https://jsfiddle.net/mkb0xevh/
-
Sorry it's ".pq-menu-icon"
Here is the jsfiddle: https://jsfiddle.net/1Lbe5rp7/