I want to create two timepickers to calculate starttime, one for minutes and one for hours separately. Here is my code:
<span class="value">
@Html.Telerik().TimePickerFor(m => m.StartTime).InputHtmlAttributes(new { @readonly = true })
<br>
</span>
Probably you are looking for the modern component type
ComponentType("modern").Here is a demo: https://demos.telerik.com/aspnet-mvc/timepicker/component-type