FAQ/Responsive-Grid.md
... ...
@@ -12,7 +12,16 @@ This feature is useful when you have multiple windows on your screen concurrentl
12 12
13 13
14 14
##Remove Responsive Grid
15
-If you prefer the horizontal scrolling functionality, remove the following code from the ReportViewer-Head.js file.
15
+
16
+There are two ways to remove responsive grid from a report - unchecking the setting checkbox or editing the javascript files to permanently disable responsive grid for all reports in an environment.
17
+
18
+###Enable Responsive Grid Checkbox
19
+
20
+This checkbox can be found on the Style tab. Uncheck it to disable responsive grid.
21
+
22
+###Disable Responsive Grid In Code
23
+
24
+If you prefer the horizontal scrolling functionality by default, remove the following code from the ReportViewer-Head.js file.
16 25
17 26
``<script type="text/javascript" src="./Resources/js/shrinkable-grid.js"></script>``
18 27