New to Telerik UI for ASP.NET MVC? Download free 30-day trial
Virtual Vertical Grouping
Loading Demo...
- EXAMPLE
- VIEW SOURCE
- Edit in Theme Builder
-
Change Theme
default
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
- Main
- Main Dark
- Nordic
- Urban
- Vintage
- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
- Main
- Main Dark
- Opal
- Silver
resources_grouping_vertical_virtual.cshtml
Resources_Grouping_Vertical_VirtualController.cs
MeetingViewModel.cs
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The Vertical Virtualization optimizes the views' rendering by doing a DOM virtualization. It is supported only for Day, Week, WorkWeek and Month views.
You can enable it by using the Virtual(true) method in the view configuration views.WeekView(view => view.Selected(true).Virtual(true));
.
When enabled the view will render additional DOM elements as you scroll down.