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.
Step 2
In Solution Explorer, right-click to open the HTML client screen.
Step 3
The Screen Designer appears.
Step 4
In the Screen designer, choose "Add List".
Step 5
In the Screen Designer the drop down list appears.
Step 6
From the Screen Members List of the Screen Designer, select the topmost (parent) node of a collection (for example: "Tabs").
Step 7
Open the property window.
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.
Step 9
Mark the check box as unchecked, if you want to display all rows, even if the collection of rows is large.