AppForms

Using RowDetails Property in a Search Grid

Mevin | Last Updated on : June 4, 2019

This blog will explain you on the RowDetails property in search grid.

RowDetails Property

  • To get the “Row Details” in search grid, select either “On Select “ or “Always’ option from the Row Details drop down.

g1Figure 31

  • A new tab named “Row Detail” will be displayed next to the general tab of the search control.

g1 Figure 32

  • Click on the “Row Detail” tab. A sub form will be displayed inside the search grid as shown in the figure 33.

g1Figure 33

  • Click on the “ToolBox”. “Details View Tools” displays

g1Figure 34

Hyperlink, Label and TextBox controls are available. Drag the desired control into the detailed pane.  I have added the row details as shown in the below picture. Background color of these controls has been changed for better understanding.

g1

  • Next step is to bind these controls to the desired columns.
  • For search grid, we have 8 data types (String, Integer, Decimal, Date, DateTime, Image, ImageURL and FileDownload). All the link data types (ImageURL and File Download) must be bind to the “Hyperlink” control in the Details View Tool bar. All other data types can be bind to either TextBox or Label controls.
  • After configure a search (Refer Section 4 for how to configure a search), map the row details controls with the desired columns. Click on the row detail control which we drag into the form in the above step. Property section will be opened. Select the column which we want to map with the details view control, from the “Data Binding” dropdownbox as shown in Figure 3-5.

g1 Figure 35

Preview for RowDetails=On Select

By default the first row will be shown in detail mode. When click on any other row that will be shown in detail mode.

g1

For RowDetails=Always

All the rows will be displayed in detail mode.

MevinMevin is technical team lead associated with ClaySys Technologies. He has been working in various aspects of the software development life cycle for 9+ years. He also have deep knowledge in all the modules of ClaySys AppForms, the no-code development platform.
0 Comments

Leave a Reply

Your email address will not be published. Required fields are marked *