!--a11y-->
Properties of a Grid Control 
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 |
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 |
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.
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: