| C1.Web.Wijmo.Extenders.4 Assembly > C1.Web.Wijmo.Extenders.C1Grid Namespace : ColumnsAutogenerationMode Enumeration |
'Declaration Public Enum ColumnsAutogenerationMode Inherits System.Enum
public enum ColumnsAutogenerationMode : System.Enum
| Member | Description |
|---|---|
| Append | A column will be generated for each data field and added to the end of the columns collection. |
| Merge | Each column having dataKey option not specified will be automatically bound to the first unreserved data field. For each data field not bound to any column a new column will be generated and added to the end of the columns collection. To prevent automatic binding of a column to a data field set its dataKey option to null. |
| None | Column auto-generation is turned off. |
System.Object
System.ValueType
System.Enum
C1.Web.Wijmo.Extenders.C1Grid.ColumnsAutogenerationMode
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2