New to Telerik UI for ASP.NET CoreStart a free 30-day trial

Buttons

The Telerik UI for ASP.NET Core DateRangePicker exposes the ability to employ additional buttons within the date input of component. And control the behavior of how the Calendar Popup will be opened.

Calendar Button

The Telerik UI for ASP.NET Core DateRangePicker allows you to deliberately render a calendar button that will appear inside the. This allows you to dictate the behavior of how the Calendar Popup will be triggered.

Razor
        @(Html.Kendo().DateRangePicker()
            .Name("daterangepicker")
            .CalendarButton(true)
        )

Clear Button

The Telerik UI for ASP.NET Core DateRangePicker allows render an additional button within the date input. The button allows you to clear to entered input value through manual interaction.

Razor
        @(Html.Kendo().DateRangePicker()
            .Name("daterangepicker")
            .ClearButton(true)
        )

See Also

In this article
Calendar ButtonClear ButtonSee Also
Not finding the help you need?
Contact Support