We're looking into adopting your TileLayout control for a dashboard containing charts and tables. However, it doesn't seem like it supports remote content. ie all the content of each container has to be within a kendoTemplate on the same page. This seems like a huge limitation.
Please provide a way of loading the container content via a remote call, such as in your other controls.
Kendo Window example:
myWindow.kendoWindow({ width: "615px", title: "Rams's Ten Principles of Good Design", content: "../content/web/window/ajax/ajaxContent.html", close: onClose });