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
60
Ignite UI (Angular) DockManager contentPane activation
posted

I am hosting igx-tree-grids inside a dock manager. Some of the treegrids are created inside a tabGroupPane and are not visible until the users clicks on the required tab.


I need to know when a contentPane first becomes visible so that I can delay loading data inside the pane until the user requests to see it, and so that column auto-sizing will work correctly, which it doesn't unless the content is visible to the user.


I can't see any way to do this from the api, and I'm quite new to web development so not sure if there are any css/html tricks that could be employed.