Wijmo UI for the Web
options type
Inheritance Hierarchy

Object
   jQuery.wijmo.c1basefield.options

Browser Compatibility
7
5
5
Fields
 NameDescription
public Fieldstatic (Shared in Visual Basic)allowMoving

Default value: true

A value indicating whether the column can be moved.

 
public Fieldstatic (Shared in Visual Basic)allowSizing

Default value: true

A value indicating whether the column can be sized.

 
public Fieldstatic (Shared in Visual Basic)cellFormatter

This function is called each time wijgrid needs to create cell content. This occurs when rows are being rendered or cell editing is about to finish. You can use it to customize cell content.

 
public Fieldstatic (Shared in Visual Basic)create  
public Fieldstatic (Shared in Visual Basic)dataKey

A value indicating the key of the data field associated with a column. If an array of objects is used as a datasource for wijgrid, this should be string value, otherwise this should be an integer determining an index of the field in the datasource.

 
public Fieldstatic (Shared in Visual Basic)disabled  
public Fieldstatic (Shared in Visual Basic)ensurePxWidth

Determines whether to use number type column width as the real width of the column.

 
public Fieldstatic (Shared in Visual Basic)footerText

Gets or sets the footer text. The text may include a placeholder: "undefined" is replaced with the aggregate.

 
public Fieldstatic (Shared in Visual Basic)headerText

Gets or sets the header text.

 
public Fieldstatic (Shared in Visual Basic)textAlignment

Gets or sets the text alignment of data cells. Possible values are "left", "right", "center".

 
public Fieldstatic (Shared in Visual Basic)visible

Default value: true

A value indicating whether column is visible.

 
public Fieldstatic (Shared in Visual Basic)width

Determines the width of the column.

 
Top
See Also

Reference

jQuery.wijmo.c1basefield Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.