AdvantageDataTableToolList Properties
The AdvantageDataTableToolList type exposes the following members.
Properties
Name | Description | |
---|---|---|
ColumnDefinitions |
Gets or sets the column definitions.
|
|
CurrentDomain |
Gets the current domain.
|
|
CurrentLanguage |
Gets the current language.
|
|
CurrentSql |
Gets the current SQL.
|
|
CurrentUser |
Gets the current user.
|
|
DataSource |
Gets or sets the data source.
|
|
DataSourceUrl |
Gets or sets the data source URL.
|
|
InitCompleteFunction |
Name of JavaScript function to call after data table has been loaded.
Signature needs to be defined as functionName()
Usage: InitCompleteFunction = "functionName";
|
|
IsSync |
Gets a value indicating whether this instance is synchronize.
|
|
KeyField |
Gets or sets the key field.
|
|
OnClientLoadedFunction |
Name of JavaScript function to call after data table has been loaded.
Signature needs to be defined as functionName(sender, data, type, row, meta)
Usage: OnClientLoadedFunction = "functionName";
|
|
PageSizes |
Gets or sets the page sizes.
|
|
ShowAddButton |
Gets or sets a value indicating whether [show add button].
|
|
ShowRefreshButton |
Gets or sets a value indicating whether [show refresh button].
|
|
Table |
Gets or sets the table.
|
|
UseAjax |
Gets or sets a value indicating whether [use ajax].
|
|
UsePaging |
Gets or sets a value indicating whether [use paging].
|