New to Telerik UI for ASP.NET MVC? Download free 30-day trial

Adaptive Mode

The Telerik UI for ASP.NET MVC DateTimePicker supports an adaptive mode that provides a mobile-friendly rendering of its popup. Which will accommodate its content based on the current screen size.

To set the adaptive mode, use the AdaptiveMode() option.

    @(Html.Kendo().DateTimePicker()
       .Name("dateTimePicker")
       .AdaptiveMode(AdaptiveMode.Auto)
    )

See Also

In this article