This article describes how to add a new group using LightSwitch Visual Studio 2012.
Here we will see how to add a New Group using LightSwitch Visual Studio 2012.The following is the procedure to add a Group using LightSwitch.Step 1Open the LightSwitch Application in Visual Studio 2012 and go to the Solution Explorer.Right-click on the Data Source and choose "Add Table".The table appears in the table designer window. Insert the records into the following table.Step 2Now once again go to the Solution Explorer, right-click on Screens and choose "Add Screen".The Add New Screen dialog box appears. Select the "Editable Grid Screen" from the Screen Template, under screen information, choose "Employee" under screen data and provide some name to the Screen and click the OK button.The Screen Designer appears as shown below.Step 3Press F5 to run the application. Add a new item to the list.Step 4Stop debugging the application.Once again, go to the screen designer, in the menu bar click on "Add Layout Item", a drop down list will appear. Select the Group option from the drop down list. A new group will be added.Another way of adding a New Group is to click on "Add"; a drop down list will appear, select "New Group" from the list.A new group will be added as shown below.Under the new group we can add various records.Step 5Once again press F5 to run the application.
Printing in C# Made Easy