@(Html.Kendo().Drawer()
.Name("SideMenu")
.Items(i =>
{
i.Add().Text("Dimensions & Weights")
.Icon("Icon2")
.Selected(true)
.LoadContentFrom(Url.Content("~/Content/web/tabstrip/ajax/ajaxContent1.html"));
i.Add().Text("Engine")
.Icon("Icon2")
.LoadContentFrom(Url.Content("~/Content/web/tabstrip/ajax/ajaxContent2.html"));
i.Add().Text("Chassis")
.Icon("Icon3")
.LoadContentFrom(Url.Content("~/Content/web/tabstrip/ajax/ajaxContent3.html"));
})
)Hello Fred,
Thank you for sharing an interest in enhancing the Kendo UI Drawer functionality. Your feedback is important and will be taken into account upon the next RoadMap planning.
Feel free to share anything you might find requiring improvement in the Kendo UI Feedback portal.
Regards,
Nikolay
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Our dev team is eyeing this tool for use in a wizard workflow. I agree that enhancing the API to provide more options for loading dynamic content into the drawer panels would a worthwhile improvement to the Drawer component.
Thanks,
Fred
Hello Johnathan,
Your feature request is successfully submitted.
The UserVoice platform is used by Product Management for future planning and implementation. The items which gain a lot of popularity are acted upon and included in the RoadMap. The status of it could be tracked at the following link:
If there is anything else, we could help with, please contact us back.
Regards,
Nikolay
Progress Telerik
Hi Johnathan,
If I understand you correctly you want to use the Kendo UI Drawer with remote views (separate HTML files). If this is the case, please check the following documentation article that gives more information on how to achieve this:
Please note that this article uses Kendo UI for jQuery but since the MVC components are wrappers of the jQuery widgets the logic is the same for Kendo Drawer for ASP.NET MVC.
In case this is not the use-case of what you need please give more details so I could further check if that is accomplishable.
Regards,
Nikolay
Progress Telerik