Show TOC Entering content frame

Background documentation Properties of a Grid Control Locate the document in its SAP Library structure

You need to specify the following properties for a grid control.

Grid Property

Action

Allow Multi Selection

Select True to allow the user to select more than one line in a grid by clicking on the markers displayed on the left side of each line.

Select False to allow the user to select only one line at a time in a grid.

Locked Columns

Enter the number of columns that you want to remain stationary (horizontally) in the grid.

Mode
(required)

Set the mode for the control.

If set to …

Then …

Normal

The user can read data displayed in the grid and enter data in the grid.

Readonly

The data displayed in the grid is read-only.

Name
(required)

Enter a name with the assigned namespace. This name is used to access the control in the code.

Tab Order

Enter a number to determine the order in which this control is selected by using the Tab key to navigate in a tile.

Top, Left, Bottom, Right (Req.)

Set the coordinates based on the position of the control.

Note

Enter 0 for Top, Bottom, Left, and Right if you want the grid to fill the tile area dynamically whenever the tile is resized.

See also:

 

Defining a Grid Control

Leaving content frame