You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/mediaquery/integration.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,16 @@ You can hide or more columns in the Grid based on the dimensions of the browser
24
24
25
25
>tip You can use similar approach for the Telerik TreeList in order to hide some of the component columns on small devices. You can even replace the entire components with other components that have a simpler layout and limited functionality, such as a ListView, for small devices.
26
26
27
+
>tip If you are [saving the Grid state]({%slug grid-state%}#save-and-load-grid-state-from-browser-localstorage), you need to remove column visibility information in `OnStateChanged`. Otherwise the saved column visibility may conflict with the visibility determined by the MediaQuery component.
28
+
27
29
````CSHTML
28
30
@* Hide Grid columns on small screens - those below 1024px in this example *@
0 commit comments