I'm using the scheduler for ASP.NET in a hard-coded permanent timeline view. I need to have 2 levels of resource grouping, as shown in the demo for the Kendo UI Scheduler located at http://demos.telerik.com/kendo-ui/scheduler/timeline where there are room resources, each of which has 3 staff resources per each room resource. Is this possible in the ASP.NET scheduler? We currently have an application written for Silverlight using the Telerik Scheduler in timeline mode, and it too supports this multiple levels of grouping, but I can't seem to make it work in the asp.net control. Is it even possible? I don't see this being done in any of the asp.net demos either.