Using Kendo UI widgets within a Webix app layout

I’ve been asked this by a colleague who has used Kendo UI before. In theory, could this be done easily, given that Kendo uses a jQuery approach to assign widgets to HTML elements? Or there are some evident obstacles?

thx.

Yep, you can init the kendo UI controls inside of webix layout
The layout containers are normal DIVs, so any third party library can be used to init a custom component inside of the cell.