Data Grid
The Data Grid is one of the most important Controls when developing a
database application. This Control supports SQL statement implicitly. You
can configure the property of each column of the grid.
Properties
Design |
|
ByPassSqlValidation |
Sets Boolean value to avoid the creation of grid columns by adding query |
ColumnHeaderHeight |
Sets Grid Column Header height in Pixels |
Enabled |
A value indicating whether the Control can respond to user interaction or not |
Font |
The Font Name of the text displayed by the Control |
FontSize |
Sets font size |
ReadOnly |
Sets a value indicating whether the user can edit the cells of the DataGrid |
RowSelectType |
Sets the selection type of the DataGrid row and cells |
SQL |
Sets the SQL Query Statement to display records |
TabIndex |
The tab order of DataGrid |
Visible |
A value indicating whether the Control is displayed or not |
Display |
|
Name |
The name of the Control |
ToolTip |
A small pop-up window that displays some information when user hovers mouse on a Control |
Location |
|
Left |
The distance, in pixels, between the left edge of the DataGrid and the left edge of the Container |
Top |
The distance, in pixels, between the top edge of the DataGrid and the top edge of the Container |
Misc |
|
Columns |
Sets the Columns and column properties of DataGrid |
Size |
|
Height |
Height of the DataGrid in pixels |
Width |
Width of the DataGrid in pixels |
<< Previous | Next >> |