Enable or Disable Paging in LightSwitch Visual Studio 2012
In this article I describe how to enable or disable paging using Light Switch in Visual Studio 2012.
Procedure for Enabling or Disabling Paging
Step 1
Open the Solution Explorer.
![solu explo.jpg]()
Step 2
In Solution Explorer, right-click to open the HTML client screen.
![browsetabopen.jpg]()
Step 3
The Screen Designer appears.
![designers1.jpg]()
Step 4
In the Screen designer, choose "Add List".
![Add Selected item.jpg]()
Step 5
In the Screen Designer the drop down list appears.
![Add Selected item.jpg]()
Step 6
From the Screen Members List of the Screen Designer, select the topmost (parent) node of a collection (for example: "Tabs").
![Tabsclick.jpg]()
Step 7
Open the property window.
![property1.jpg]()
Step 8
In the Property Window, mark the check box as checked. If you want to apply a limit to the number of records that appears, then specify the number of items to display on each page.
![property1.jpg]()
Step 9
Mark the check box as unchecked, if you want to display all rows, even if the collection of rows is large.
![disable.jpg]()