Click or drag to resize
BasicDataGrid Properties

The BasicDataGrid type exposes the following members.

Properties
  NameDescription
Public propertyDataBindByDefault
Indicates whether data binding should be performed by default.
Public propertyDataSource
Gets or sets the object from which data-bound control retrieves its list of data item.
(Inherited from UIDataGrid.)
Public propertyHideControlForZeroRows
Hides the control when no data is loaded. Default value is False.
Public propertyProcessSorting
Indicates if sorting should be processed in DataView instead of sorting on the SQL level.
Public propertyRelatedData
Custom data connected to the object, if not set, returns the Related data of the nearest IDataControl.
Public propertySetFirstPageAfterSortChange
Indicates if page index is set to the first page after sort change.
Public propertyShortID
Short ID of the control.
(Inherited from UIDataGrid.)
Public propertySortAscending
Direction of sorting. Default value is True.
Public propertySortField
Gets or sets the sort field. It can be used for setting the default sort field.
Public propertyZeroRowsText
Text to be shown when control is hidden by HideControlForZeroRows.
Top
See Also