The question is quite straightforward. I need to add tabs to a DockManager's Tab pane via a button. How is that possible?
1 Answer, 1 is accepted
0
Martin
Telerik team
answered on 19 Mar 2025, 09:10 AM
Hello, Behzad,
At this point there's no dedicated method to add a pane in the DockManager. A possible approach would be to use the setOptions method, and pass a new rootPane configuration. Here's a small example for reference.