New to Telerik UI for ASP.NET Core? Start a free 30-day trial
Appearance
Updated on Dec 10, 2025
In this article, you will find information about the styling options and rendering of the Telerik UI for ASP.NET Core DatePicker.
For a live example, visit the Appearance Demo or the DatePicker.
Options
The DatePicker supports the following styling options:
Size—configures the overall size of the component.Rounded—configures the border radius of the component.FillMode—configures how the color is applied to the component.
Size
The Size option controls the size of the DatePicker. The k-input-{size} class, which is applied to the wrapping span element of the DatePicker, reflects the value of the Size option.
The following values are available for the Size option:
Small—small size (applies thek-input-smclass to the wrapping span element).Medium—medium size (applies thek-input-mdclass to the wrapping span element).Large—large size (applies thek-input-lgclass to the wrapping span element).None