Add new basic column into grid view.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- header
- Type: System String
Header caption
- columnName
- Type: System String
Data column name
- width (Optional)
- Type: System Int32
Width of column in GridView. If width is zero no width will be set
- allowSorting (Optional)
- Type: System Boolean
Indicates if the sorting is allowed
See Also