Version

UnboundColumn Class Properties

For a list of all members of this type, see UnboundColumn members.

Public Properties
 NameDescription
Public PropertyColSpanSpecifies the colSpan of the cell in a multi-row-layout configuration. colSpan 0 is not supported and will be changed to 1 by the grid. (Inherited from Infragistics.Web.Mvc.GridColumn)
Public PropertyColumnCssClassSets a space-separated list of CSS classes to be applied on the data cells of this column. (Inherited from Infragistics.Web.Mvc.GridColumn)
Public PropertyColumnIndexSpecifies the column index of the cell in a multi-row-layout configuration. All columns must have this property set for the multi-row-layout mode to be enabled. (Inherited from Infragistics.Web.Mvc.GridColumn)
Public PropertyDataTypedata type (number, string, date, bool) (Inherited from Infragistics.Web.Mvc.GridColumn)
Public PropertyDateDisplayTypeDetermines the way in which Dates will be displayed in the Grid for this column. (Inherited from Infragistics.Web.Mvc.GridColumn)
Public PropertyFormatformat for cells
  • If DataType is "date", then supported formats are following:

    "date", "dateLong", "dateTime", "time", "timeLong", "MM/dd/yyyy", "MMM-d, yy, h:mm:ss tt", "dddd d MMM", etc.
  • If DataType is "number" or not set, then supported numeric formats are following:

    "number", "currency", "percent", "int", "double", "0.00", "#.0####", "0", "#.#######", etc. The value of "double" will be similar to "number", but with unlimited maximum number of decimal places
  • If DataType is "string" or not set, then format is rendered as it is with replacement of possible "{0}" flag by value in cell

    Example, if format is set to "Name: {0}" and value in cell is "Bob", then value will appear as "Name: Bob"
  • If DataType is "bool", then supported format is "checkbox" which will override the RenderCheckboxes property of grid.
(Inherited from Infragistics.Web.Mvc.GridColumn)
Public PropertyFormatterFunctionformatter function name to call on the client (JavaScript) (Inherited from Infragistics.Web.Mvc.GridColumn)
Public PropertyFormulaFormula function in the unbound column definition, which will calculate the value based on other cell values in the same row or any generic formula  
Public PropertyGroupgroup of multicolumn headers (Inherited from Infragistics.Web.Mvc.GridColumn)
Public PropertyGroupOptionsGroup options. (Inherited from Infragistics.Web.Mvc.GridColumn)
Public PropertyHeaderCssClassSets a space-separated list of CSS classes to be applied on the header cell of this column (Inherited from Infragistics.Web.Mvc.GridColumn)
Public PropertyHeaderTextheader text for the column (Inherited from Infragistics.Web.Mvc.GridColumn)
Public PropertyHiddenInitial visibility of the column. A column can be hidden without the Hiding feature being enabled but there will be no UI for unhiding it. Columns can be defined as hidden in the options of the Hiding feature as well and those definitions take precedence. (Inherited from Infragistics.Web.Mvc.GridColumn)
Public PropertyIsUnboundOverridden. Returns whether column is unbound  
Public PropertyKeydata key for the column (Inherited from Infragistics.Web.Mvc.GridColumn)
Public PropertyMapperReference to a client-side function (string) that can be used for complex data extraction from the data records, whose return value will be used for all data operations associated with this column. (Inherited from Infragistics.Web.Mvc.GridColumn)
Public PropertyNavigationIndexSpecifies the navigation index of the cell for the TAB sequence in a MRL grid. Has no effect otherwise. (Inherited from Infragistics.Web.Mvc.GridColumn)
Public PropertyRegionalregional setting of the column (Inherited from Infragistics.Web.Mvc.GridColumn)
Public PropertyRowIndexSpecifies the row index of the cell in a multi-row-layout configuration. All columns must have this property set for the multi-row-layout mode to be enabled. (Inherited from Infragistics.Web.Mvc.GridColumn)
Public PropertyRowSpanSpecifies the rowSpan of the cell in a multi-row-layout configuration. rowSpan 0 is not supported and will be changed to 1 by the grid. (Inherited from Infragistics.Web.Mvc.GridColumn)
Public PropertyTemplateSets a template for an individual column. the contents of the template should be the HTML markup that goes inside the table cell, without any tags included in front and at the end. The syntax of the template, when referencing data keys and using conditional expressions is the same as the one for rowTemplate
and
(Inherited from Infragistics.Web.Mvc.GridColumn)
Public PropertyUnboundValuesarray of values which could be set for unbound columns at init time  
Public PropertyUpdateModeGets or sets update mode of the unbound column(this option is applied ONLY when option formula is set). Auto update unbound column value whenever the record/cell is updated  
Public PropertyWidthcolumn width in percentage, pixel or number (Inherited from Infragistics.Web.Mvc.GridColumn)
Protected Properties
 NameDescription
Protected PropertyStoreReturn the store with all of the options (Inherited from Infragistics.Web.Mvc.ModelBase)
See Also

View on GitHub