Unplanned
Last Updated: 25 Oct 2023 12:10 by Duffy
Duffy
Created on: 25 Oct 2023 12:10
Category: Grid
Type: Feature Request
1
Bind TimeDurationPicker to TimeSpan

Is it possible to implement binding of TimeSpan property to TimeDurationPicker editor?

For example:

@model TimeSpan?

@(Html.Kendo().TimeDurationPickerFor(m => m))

0 comments