ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / C1GridExtender Class / ReadAttributesFromData Property

In This Topic
    ReadAttributesFromData Property
    In This Topic
    A value indicating whether DOM cell attributes can be passed within a data values.
    Syntax
    'Declaration
     
    Public Property ReadAttributesFromData As System.Boolean
    public System.bool ReadAttributesFromData {get; set;}
    Remarks

    This option allows binding collection of values to data and automatically converting them as attributes of corresponded DOM table cells during rendering. Values should be passed as an array of two items, where first item is a value of the data field, the second item is a list of values.

    If DOM table is used as a datasource then attributes belonging to the cells in tBody section of the original table will be read and applied to the new cells.

    See Also