Telerik UI for ASP.NET Core TextBox Overview
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIThe TextBox component is part of Telerik UI for ASP.NET Core, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Description
The Telerik UI for ASP.NET Core TextBox control serves as a text input field which enables you to provide a floating label functionality to input elements. Besides its basic configuration options, the TextBox component provides accessibility and RTL support. In addition, the control can also be used with both keyboard and mouse, comes with WAI-ARIA compatibility, and screen-reader users can also interact with the component.
The current example displays a common use-case scenario for a TextBox component which, apart from providing and styling the floating label, includes a placeholder and a content name, specifying what input is expected from the user.
The ASP.NET Core TextBox control is part of Telerik UI for ASP.NET Core, a professional-grade UI library with 110+ components for building modern and feature-rich applications. The TextBox is a server-side wrapper for the Kendo UI for jQuery TextBox component and supports an HtmlHelper and a TagHelper mode.
This TextBox example is part of a unique collection of hundreds of ASP.NET Core demos, with which you can see all Telerik UI for ASP.NET Core components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Telerik REPL for ASP.NET Core or ThemeBuilder.
Functionality and Features
- Appearance–With the supported API, you can easily style the appearance of the ASP.NET Core TextBox.
- RTL support–The TextBox enables you to render its content in a right-to-left direction.
- Labels–The label functionality of the TextBox allows you to associate the
label
HTML element with the control. - Accessibility–The TextBox supports various accessibility standards.