Click or drag to resize
IExtensibleUniGrid Interface
Specifies contract which can be used to extend UniGrid from the outside.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public interface IExtensibleUniGrid

The IExtensibleUniGrid type exposes the following members.

Methods
  NameDescription
Public methodAddAdditionalColumn
Adds column to the UniGrid's columns with optional callback which specifies what will be displayed in a column cells.
Top
Events
  NameDescription
Public eventOnAfterRetrieveData
Raised after UniGrid's data are retrieved.
Top
Remarks
Contract is minimal and more members can be added if needed.
See Also