New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core Grid Toggle Edit Mode
- 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 enables you to toggle its editing capabilities programmatically by using the disableEditing
and enableEditing
methods.
This demo showcases how to enable the user to change Grid's editing mode by selecting a value from a DropDownList and toggle the editing capabilities by checking a toolbar Switch button.
As well as setting the Grid in a Readonly state via the Readonly()
configuration.
For more information on the toggle editing feature, refer to the documentation about managing the responsive web design of the Telerik UI for ASP.NET core-ui Data Grid.