New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core Grid Responsive Columns
- 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 provides the built-in functionality to conditionally make a column visible, based on the width of the Browser window.
As shown in this demo, you can control the visibility of the columns by using their media
property. media
accepts valid strings for the matchMedia
browser API and
toggles the visibility of the Data Grid columns based on the media queries.
For more information about other column options, refer to the official Telerik UI for ASP.NET Core Data Grid product documentation on the available column-management approaches.