|
Styles and common widget properties are not included in the table below.
|
Property Name
|
Description
|
Base Type
|
Default Value
|
Bindable? (Y/N)
|
Localizable? (Y/N)
|
||
---|---|---|---|---|---|---|---|
CustomClass
|
User defined CSS class to apply to the top div of the widget. Multiple classes can be entered, separated by a space.
|
STRING
|
n/a
|
Y
|
N
|
||
RowFormat
|
Optional rules to apply dynamic (state) formatting on a Row basis, can be over ridden by cell state formatting.
|
STATE FORMATTING
|
State Formatting
|
N
|
N
|
||
MultiSelect
|
Allow multiple items to be selected.
|
BOOLEAN
|
False
|
N
|
N
|
||
IsEditable
|
Allow edits to the values in the grid?
|
BOOLEAN
|
False
|
N
|
N
|
||
AutoSelectFirstRow
|
Automatically select the first row upon initial loading of data.
|
BOOLEAN
|
False
|
N
|
N
|
||
CellTextWrapping
|
Wrap the values in the cells.
|
BOOLEAN
|
False
|
N
|
N
|
||
Data
|
The infotable that is the data source for this property.
|
INFOTABLE
|
n/a
|
Y
|
N
|
||
CurrentScrollTop
|
Current scroll top.
|
NUMBER
|
0
|
Y
|
N
|
||
ScrollTop
|
Scroll top to assign.
|
NUMBER
|
0
|
Y
|
N
|
||
EditedTable
|
Table that is edited using the Grid.
|
INFOTABLE
|
n/a
|
Y
|
N
|
||
RowHeight
|
The height of the rows.
|
NUMBER
|
30
|
N
|
N
|
||
ShowAllColumns
|
Display all columns available. You should use ShowAllColumns if your infotable does not have a Data Shape.
|
BOOLEAN
|
False
|
N
|
N
|
||
ShowDataLoading
|
Displays a spinning icon when data is loading.
|
BOOLEAN
|
True
|
N
|
N
|
||
DoubleClicked
|
Event. Allows you to single-click select on the data object, but still use a double-click for another event, such as linking a double click to trigger a navigation link.
|
n/a
|
n/a
|
Y
|
N
|
||
Visible
|
Is the widget visible in run time?
|
BOOLEAN
|
True
|
Y
|
N
|