New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core Form Responsive Form
- 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
- Material 2
- Material 2 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 HTML HELPER APIDescription
The Telerik UI for ASP.NET Core Form supports a responsive layout by using a grid structure that adapts to different screen sizes. This allows you to build forms that automatically adjust their column arrangement based on the viewport width.
To configure a responsive layout, set the Layout
option to "grid"
and define breakpoints through the Cols()
configuration using MaxWidth
and MinWidth
values. You can also use the ColSpan()
setting to control how many columns each item spans at different screen sizes.
This demo demonstrates how to arrange two form groups - Personal Information and Shipping Address - side by side on large screens and stacked vertically on smaller devices. The form editors include DropDownList, ComboBox, MaskedTextBox, and DatePicker, which are configured to be adaptive and mobile-friendly.