Adds column to the UniGrid's columns with optional callback which specifies what will be displayed in a column cells.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- column
- Type: CMS.UIControls.UniGridConfig Column
Column
- externalDataBoundCallback (Optional)
- Type: CMS.UIControls OnExternalDataBoundEventHandler
Optional external data bound callback. Function which returns content of the column's cells
Remarks
See Also