UniGrid Fields |
The UniGrid type exposes the following members.
Name | Description | |
---|---|---|
ALL |
Constant representing all data source
| |
CUSTOM_FILTER_SOURCE_NAME |
Name of the custom filter control set via GridOptions.FilterPath. Custom filter can be accessed by FilterFields[CUSTOM_FILTER_SOURCE_NAME].
| |
dataSourceIsUsed |
Indicates whether external data source is used.
| |
displayFilter |
Indicates whether a filter should be displayed above the UniGrid. If the amount of displayed rows is lower than the value of the FilterLimit key, the filter will be hidden despite this setting.
Loaded from UniGrid options.
| |
filterQueryParameters |
Dictionary of where conditions by filters for filtering by query parameters.
Filter name = Where condition.
| |
onActionUsed |
Indicates whether UniGrid action was raised. Used for data reloading.
| |
pagerForceNumberOfResults |
Total number of available records returned from data reload.
| |
SELECTALL_EXTERNAL_DATABOUND |
Select all external source name. Used for header external DataBound of SelectAll check box.
| |
SELECTION_EXTERNAL_DATABOUND |
Selection external source name. Used for external DataBound of selection column.
| |
showSelection |
Indicates whether a column allowing the selection of rows should be displayed on the left of the UniGrid.
Loaded from UniGrid options.
| |
showSortDirection |
Determines if an arrow showing the sorting direction should be displayed next to the header of the column used for sorting.
Loaded from UniGrid options.
|