All,
Is it possible to have a time picker with more than one column? My time selection can run all day, normally at 30-minute intervals and I would hate to have to scroll down like that. With the asp.NET version there is a property I can set, but not so here. I imagine it would be done with templating, but I am not sure how that would work.
I have the following definition:
<label for="TxtCloseTime">Close:</label>
@(Html.Kendo().TimePicker().Name("TxtCloseTime")
.Events(e => e.Change("VerifySelection"))
.Interval(30)
.Animation(a => a.Open(o => o.Expand(ExpandDirection.Vertical))))
Thanks,
Sean~
Is it possible to have a time picker with more than one column? My time selection can run all day, normally at 30-minute intervals and I would hate to have to scroll down like that. With the asp.NET version there is a property I can set, but not so here. I imagine it would be done with templating, but I am not sure how that would work.
I have the following definition:
<label for="TxtCloseTime">Close:</label>
@(Html.Kendo().TimePicker().Name("TxtCloseTime")
.Events(e => e.Change("VerifySelection"))
.Interval(30)
.Animation(a => a.Open(o => o.Expand(ExpandDirection.Vertical))))
Thanks,
Sean~