This is a migrated thread and some comments may be shown as answers.

MVC Timepicker

3 Answers 121 Views
Date/Time Pickers
This is a migrated thread and some comments may be shown as answers.
Sean
Top achievements
Rank 2
Sean asked on 06 Jun 2014, 04:56 PM
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~

3 Answers, 1 is accepted

Sort by
0
Accepted
Kiril Nikolov
Telerik team
answered on 09 Jun 2014, 10:31 AM
Hello Sean,

Currently the Kendo UI TimePicker, does not support templating. If you want to see this feature implemented, I would suggest you to check our UserVoice section, where you can suggest it and if it gets popular we will see it implemented in the future.

Thank you in advance for your understanding.

Regards,
Kiril Nikolov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Sean
Top achievements
Rank 2
answered on 09 Jun 2014, 11:39 AM
Bah humbug!

:)

Thanks for the reply. I will definitely make the recommendation.

Sean~
0
Kiril Nikolov
Telerik team
answered on 09 Jun 2014, 12:02 PM
Hi Sean,

Thanks for that.

In case you have any other questions, please do not hesitate.

Regards,
Kiril Nikolov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Date/Time Pickers
Asked by
Sean
Top achievements
Rank 2
Answers by
Kiril Nikolov
Telerik team
Sean
Top achievements
Rank 2
Share this question
or