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
385
Hooking into popover on grid
posted

Is there any way currently through the Api to hook into the popover when clicking the little settings icon on each column?  I'd like to add some features that we're adding onto the grid, like exporting into that menu system.

Parents
No Data
Reply
  • 2355
    Offline posted

    Hi futureguis,

    Thank you for posting in our forums! Currently we do not have a functionality like this built in our grid. I can only offer you a workaround that will add a custom icon in the feature chooser popover which will execute your custom logic. I’m using private method for this purpose and I can’t guarantee that it will work for you in every case. Basically I’m forcing the grid to add the additional icon in the feature chooser for each column separately by handling headerCellRendered event. I’m attaching a sample page that demonstrates the workaround.

    Please let me know if you have any further questions regarding this!

    Kind regards,
    Petko Zhekov
    Software Engineer

    sample-add-custom-icon-FC.zip
Children