I have a requirement to invoke the column chooser from a custom context menu I'm displaying on iggrid.
I would like to trigger rendering the column chooser on selection of an item from this context menu.
I tried calling $("#GridId_hiding_modalDialog").show() - This shows me only the dialog window but no content.
Any suggestion on how I can accomplish this ??
Thank you very much
Hi C R,
Thank you for posting in our forums!
You can programmatically show the column chooser by calling the igGridHiding feature's showColumnChooser method.
You can see a simple example of this in this jsFiddle. If you need further assistance with this, please let me know.