Angular | Grid Samples
React|그리드 샘플
I added more than one dockable control pane dynamically to the dock area of the ultradockmanager. I set the childpanestyle to TabGroup for the ultradock manager. I can navigate from one dockable pane to another by the Tab click corresponding to those panes.
When a purticular tab is clicked, I want to handle that Tab click event and put some functionality.
Any idea on how to handle this event?
There is Pane activate event, but I want to avoid using this
You can handle the PaneDisplayed event. This will fire when any pane is hidden and then brought into view, including when a pane is unselected in a tab group and its tab is clicked. If this does not help though, there is no other events you can handle for this, but you can submit a feature request for such an event: http://devcenter.infragistics.com/Protected/RequestFeature.aspx.