Prologue:My last article discussed how to use the Address Editor and Address View in a LightSwitch Application. Today we shall discuss how to use the Computed fields for a Summary property in a LightSwitch application.What is Summary Property in LightSwitch?Summary Property is a Property of an Entity [Table]. Summary Property is a field in a row which represents the entire row. By default, the first string field of the row will be treated as a Summary property of that row.If you want to use the Summary property in your LightSwitch Application, then you should have a Computed field in your Entity.Let us see how to create a Computed field and how to use that for a Summary property by using a demo LightSwitch application.Preparing the Solution:Fire up VS 2010; create a LightSwitch Desktop application with the name "SummaryPropertyInLSBeta2" as shown in the following figure: Follow the [No: #] to create a Solution.Creating Entity for Application:Create a table as shown in the screen by selecting the "create a table" option in the start up screen. Designing the Screen:First of all we need to add a Search Data Screen to our demo application. We should know how to add a Search Data Screen to a LightSwitch application, prior to proceeding with designing the screen. To know more about how to add a Search Data Screen to a LightSwitch Application please read this Article.Now we know how to do the screen stuff. See the following figure which is the default screen layouts for the screen we have created. Our application is ready; if you run this application now, you will get a screen like the following. By default, the Search Data Screen will not have the buttons for Details Screen. We have to add it. As shown in the figure: