AdvantageDataTableToolList Members
The AdvantageDataTableToolList type exposes the following members.
Methods
Name | Description | |
---|---|---|
DataBind |
Binds a data source to the invoked server control and all its child controls.
|
|
Dispose |
Enables a server control to perform final clean up before it is released from memory.
|
|
GetCallbackResult |
Returns the results of a callback event that targets a control.
|
|
RaiseCallbackEvent |
Processes a callback event that targets a control.
|
|
ReceiveActionArgs |
Receives the action arguments.
|
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].
|