AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AdvantageDataTableToolList Properties

The AdvantageDataTableToolList type exposes the following members.

Properties


  Name Description
Public property ColumnDefinitions
Gets or sets the column definitions.
Public property CurrentDomain
Gets the current domain.
Public property CurrentLanguage
Gets the current language.
Public property CurrentSql
Gets the current SQL.
Public property CurrentUser
Gets the current user.
Public property DataSource
Gets or sets the data source.
Public property DataSourceUrl
Gets or sets the data source URL.
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].