ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: mikep on September 24, 2024, 06:18:40 pm

Title: Load the Grid Fields Selection dialog from a button click
Post 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?
Title: Re: Load the Grid Fields Selection dialog from a button click
Post by: paramvir on September 26, 2024, 10:01:16 pm
Since there is no API for it, you can trigger a click.

Code: [Select]
  grid.getCellHeader({dataIndx: field_name }).find(".pq-icon-menu").click();
Title: Re: Load the Grid Fields Selection dialog from a button click
Post by: mikep on October 01, 2024, 05:50:54 pm
Thank you. Can you update the button click in what I've tried?
https://jsfiddle.net/mkb0xevh/

Title: Re: Load the Grid Fields Selection dialog from a button click
Post by: paramvir on October 01, 2024, 06:45:03 pm
Sorry it's ".pq-menu-icon"

Here is the jsfiddle: https://jsfiddle.net/1Lbe5rp7/