AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

IToolDataTableList Members

The IToolDataTableList type exposes the following members.

Methods


  Name Description
Public method DataBind
Datas the bind.
Public method ReceiveActionArgs
Receives the action arguments.

Properties


  Name Description
Public property ColumnDefinitions
Gets or sets the column definitions.
Public property DataSource
Gets or sets the data source.
Public property InitCompleteFunction
Name of JavaScript function to call after data table has been loaded. Signature needs to be defined as functionName() Usage: InitCompleteFunction = "functionName";
Public property IsSync
Gets a value indicating whether this instance is synchronize.
Public property KeyField
Gets or sets the key field.
Public property 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";
Public property PageSizes
Gets or sets the page sizes.
Public property ShowAddButton
Gets or sets a value indicating whether [show add button].
Public property ShowRefreshButton
Gets or sets a value indicating whether [show refresh button].
Public property Table
Gets or sets the table.
Public property UseAjax
Gets or sets a value indicating whether [use ajax].
Public property UsePaging
Gets or sets a value indicating whether [use paging].

Events


  Name Description
Public event Add
Occurs when [add].
Public event Command
Occurs when [command].
Public event Delete
Occurs when [delete].
Public event Refresh
Occurs when [refresh].
Public event Select
Occurs when [select].
Public event SendActionArgs
Occurs when [send action arguments].