AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

IToolDataTableList Properties

The IToolDataTableList type exposes the following members.

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].