JQWidgets has a beautiful control Panel Docking included in its Community version:
https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxdockinglayout/index.htm#demos/jqxdockinglayout/defaultfunctionality.htm
Infragistics IgniteUI also has its Dock Manager but it is not accessible through Premium Extensions:
https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/layouts/dock-manager
Is it possible to integrate any of them to display Wisej controls within your panels?
In addition to Julie’s answer, here’s a very simple example showing how to create a similar layout in Wisej.NET.
Best,
Levie
It’s possible to integrate the controls you mentioned, using the Widget control. Here’s an example of integrating jQWidgets: https://wisej.com/blog/all-about-integration-part-4/
However, getting the controls to contain Wisej controls is difficult, as they were not designed to do that. It’s possible with a lot of work, and if you want use to look into it, contact sales@wisej.com and we can give you a quote.
A better alternative would be to use the built in anchoring and docking that exists in Wisej.
Anchoring and Docking: https://docs.wisej.com/docs/concepts/layouts
Drag and Drop: https://docs.wisej.com/docs/controls/general/drag-and-drop-1
Please login first to submit.