AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageGrid Members

The AdvantageGrid type exposes the following members.

Constructors


  Name Description
Public method AdvantageGrid
Initializes a new instance of the AdvantageGrid class.

Methods


  Name Description
Public method Static member EmptySortedList<(Of <<'(T>)>>)
Empties the sorted list.
Public method Static member GetRecordFromList<(Of <<'(T>)>>)
Gets the record from grid datasource based on the DataKeyNames.
Public method grdItems_ItemCommand
Handles the ItemCommand event of the grdItems control.
Protected method grdItems_RowDrop
Handles the RowDrop event of the grdItems control.
Protected method grdListItems_PreRender
Handles the PreRender event of the grdListItems control.
Protected method OnInit
Handles the Init event.
Protected method OnPreRender
Handles the PreRender event.

Properties


  Name Description
Public property Columns
Gets or sets the columns.
Public property CurrentDomain
Gets the domain currently scoped to this control.
Public property CurrentLanguage
Gets the language currently scoped to this control.
Public property CurrentSql
Gets the SQL helper scoped to the current request.
Public property CurrentUser
Gets the authenticated user executing the current request.
Public property DataKeyItems
Gets the data key items of the currently selected record from the grid.
Public property DataKeyNames
Gets or sets the data key names (primary key for the datasource).
Public property DisableSorting
Gets or sets a value indicating whether [disable sorting].
Public property ShowActiveButton
Gets or sets a value indicating whether [show active button].
Public property ShowAddFunction
Gets or sets a value indicating whether [show add function].
Public property ShowDeleteFunction
Gets or sets a value indicating whether [show delete function].
Public property ShowEditFunction
Gets or sets a value indicating whether [show edit function].
Public property ShowFeatureButton
Gets or sets a value indicating whether [show feature button].

Events


  Name Description
Public event OnDeleteObject
Occurs when [on delete object].
Public event OnLoadObject
Occurs when [on load object].
Public event OnReordered
Occurs when [on reordered].
Public event OnToggleActive
Occurs when [on toggle active].
Public event OnToggleFeature
Occurs when [on toggle feature].