UI for ASP.NET Core
Easily define focused time when the time chooser pop-up is opened, thus elevating user interactions with the Telerik UI for ASP.NET Core TimePicker component even further. The focused time capability provides a convenient way for the user to effortlessly select a highlighted time slot.
See the Telerik UI for ASP.NET Core TimePicker focused time documentation
Create smoother and more efficient form UX with the Telerik UI for ASP.NET Core TimePicker Floating Label feature. By adding a label that floats above the input field, you can save space while ensuring end-users don’t lose the form context.
Setting the AdaptiveMode parameter to AdaptiveMode.Auto provides you with a mobile-friendly rendering of the TimePicker time selector popup. This allows automatic adaptation of the picker component to the current screen size and changes its rendering accordingly.
See the Telerik UI for ASP.NET Core TimePicker Adaptive Rendering Demo
The TimePicker fires various events triggered OnClick – some include Open, Close, Change value.
Declarative initialization—a feature that serializes the component declaration as an MVVM declarative configuration instead of an inline initialization script—is supported in Telerik UI for ASP.NET Core TimePicker. It is beneficial in cases when the Content Security Policy (CSP) is enabled as it eliminates the requirement to call the methods that defer the initialization script generated after the component's HTML markup.
See Telerik UI for ASP.NET Core TimePicker declarative initialization demo