AdvantageDataTableToolList Members
The AdvantageDataTableToolList type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
AdvantageDataTableToolList |
Initializes a new instance of the AdvantageDataTableToolList class.
|
Methods
| Name | Description | |
|---|---|---|
|
|
AddAttributesToRender |
Adds the attributes of the Button control to the output stream for rendering on the client.
|
|
|
CreateChildControls |
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
|
|
|
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.
|
|
|
GetPostBackOptions |
Creates a PostBackOptions object that represents the Button control's postback behavior.
|
|
|
OnAdd |
Raises the Add event for this tool list, letting subscribers handle the
add-record command before the toolbar's default action runs.
|
|
|
OnCommand | |
|
|
OnDelete |
Raises the Delete event for this tool list, letting subscribers handle the
row-delete command before the toolbar's default action runs.
|
|
|
OnInit |
Raises the Init event.
|
|
|
OnLoad |
Raises the Load event.
|
|
|
OnPreRender |
Raises the PreRender event.
|
|
|
OnRefresh |
Raises the Refresh event for this tool list, letting subscribers refresh their
data source before the toolbar's default action runs.
|
|
|
OnSelect |
Raises the Select event for this tool list, letting subscribers handle the
row-selection command before the toolbar's default action runs.
|
|
|
RaiseCallbackEvent |
Processes a callback event that targets a control.
|
|
|
RaisePostBackEvent |
Raises events for the Button control when it posts back to the server.
|
|
|
ReceiveActionArgs |
Receives the action arguments.
|
|
|
Render |
Sends server control content to a provided HtmlTextWriter object, which writes the content to be rendered on the client.
|
|
|
SaveViewState |
Saves any server control view-state changes that have occurred since the time the page was posted back to the server.
|
Fields
| Name | Description | |
|---|---|---|
|
|
btnAdd |
The BTN add
|
|
|
pnlControl |
The PNL control
|
|
|
tblDummy |
The table dummy
|
|
|
tblTable |
The table table
|
Properties
| Name | Description | |
|---|---|---|
|
|
ColumnDefinitions |
Gets or sets the column definitions.
|
|
|
CurrentDomain |
Gets the domain currently scoped to this control.
|
|
|
CurrentLanguage |
Gets the language currently scoped to this control.
|
|
|
CurrentSql |
Gets the SQL helper scoped to the current request.
|
|
|
CurrentUser |
Gets the authenticated user executing the current request.
|
|
|
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].
|

