AdvantageGrid..::..Columns Property
The visible data columns, declared either inline in markup (inside a <Columns>
tag) or programmatically. This property hides Telerik's
RadGrid.Columns with a strongly-typed list of
GridColumnDefinition; entries are converted to
GridBoundColumn instances during OnPreRender(EventArgs) and slotted
between the auto-generated Edit and Active/Feature/Delete columns.
Namespace:
AdvantageCMS.Web.UI.AdminAssembly: AdvantageCMS.Web.UI (in AdvantageCMS.Web.UI.dll)
Syntax
[BindableAttribute] [CategoryAttribute] [DefaultValueAttribute] [DescriptionAttribute] public List<GridColumnDefinition> Columns { get; set; }

