New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core Grid Adaptive Tools Editing
- 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 HTML HELPER APIDescription
The Telerik UI for ASP.NET Core Grid
supports editing in adaptive mode for all available edit modes: Popup
, Inline
, and InCell
.
This feature enhances usability on smaller screens by rendering the editing interface within a mobile-friendly ActionSheet.
To enable adaptive behavior, set the AdaptiveMode
configuration property to Auto
.
This demo showcases adaptive editing in the Grid when the Popup edit mode is enabled.
You can add a new record by clicking the Add
button, or update existing entries by using the Edit
command button on each row.