In the DockManager component, the togglePane() method works correctly when at least one pane is visible, allowing the user to toggle the visibility of other panes. However, when all panes are hidden, the method fails to show any of the hidden panes when invoked. This issue prevents the user from displaying any panes once all panes have been hidden.
Here is an Dojo reproduction: https://dojo.telerik.com/oUPaNLbQ
When all panes are hidden, the method fails to show any of the hidden panes when invoked.
When all panes are hidden, to correctly show the hidden panes.
1675410
Currently, the Kendo UI for jQuery DockMananager does not expose the ability to load arbitrary content. Similar to how the Splitter - https://demos.telerik.com/kendo-ui/splitter/ajax
The DockManager is missing in the typescript definition.
Open the typescript/kendo.all.d.ts file and search for DockManager.
DockManager definition should be added to the kendo.all.d.ts file
Hi Team,
I would like to request the pin toolbar to be configurable to the right, top, or bottom of the Kendo UI DockManager.
Thank you!