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
1010
Show Column Chooser programmatically?
posted

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