Search code examples
angularkendo-ui-angular2raddocking

Docking layout control for Angular2 similar to Telerik's RadDocking


I am using Telerik's RadDocking control in Silverlight. http://docs.telerik.com/devtools/silverlight/controls/raddocking/overview2

I have searched a few docking layout controls for Angular2 but haven't come across anything which gives me something similar to the one which I mentioned above.

The closest one that I could come across was angular2-grid. https://www.npmjs.com/package/angular2-grid

I was hoping Kendo will come up with such control in their latest release for Angular2. It doesn't seem to be in their roadmap either.

Even angular/material2 hasn't started work on their layout control. https://github.com/angular/material2

It would be of great help if somebody could point me to a good docking layout control.

Thanks


Solution

  • You can also use GoldenLayout. We use it in my firm and that works well. Integration with angular 2 is not really straight forward, but there is a nice discussion flow on Github to explain how to integrate it with Angular 2.