New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core Grid Adaptive Rendering
- 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 APIDescription
The Telerik UI for ASP.NET Core Grid supports the adaptive mobile rendering feature, which you can enable by setting its Mobile
attribute to true
. As a result, the Grid will display the column and filter menu, and the popup edit form slider in a new screen for the user. You can force the mobile rendering for all browser types by setting the mobile
configuration to phone
.
The column resizing feature on touch-screen devices is triggered when the user taps and holds the respective column header. When the Resize icon appears, the user can resize the column by dragging.
For more information on the adaptive rendering feature, refer to the documentation about managing the responsive web design of the Telerik UI for ASP.NET Core Data Grid.