Unplanned
Last Updated: 30 Oct 2020 10:27 by ADMIN
George
Created on: 23 Oct 2020 13:33
Category: TileLayout
Type: Feature Request
3
Remote Content for TileLayout

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
                    });

0 comments