ASP.NET MVC Controls
Row Class
File
wijmo.grid.js
Module
wijmo.grid
Base Class
RowCol
Derived Classes
GroupRow, DetailRow, HeaderRow

Represents a row in the grid.

Constructor

Properties

Methods

Constructor

constructor

constructor(dataItem?: any): Row

Initializes a new instance of the Row class.

Parameters
Returns
Row

Properties

allowDragging

Gets or sets a value that indicates whether the user can move the row or column to a new position with the mouse.

Inherited From
RowCol
Type
boolean

allowMerging

Gets or sets a value that indicates whether cells in the row or column can be merged.

Inherited From
RowCol
Type
boolean

allowResizing

Gets or sets a value that indicates whether the user can resize the row or column with the mouse.

Inherited From
RowCol
Type
boolean

collectionView

Gets the ICollectionView bound to this row or column.

Inherited From
RowCol
Type
ICollectionView

cssClass

Gets or sets a CSS class name to use when rendering non-header cells in the row or column.

Inherited From
RowCol
Type
string

dataItem

Gets or sets the item in the data collection that the item is bound to.

Type
any

grid

Gets the FlexGrid that owns the row or column.

Inherited From
RowCol
Type
FlexGrid

height

Gets or sets the height of the row. Setting this property to null or negative values causes the element to use the parent collection's default size.

Type
number

index

Gets the index of the row or column in the parent collection.

Inherited From
RowCol
Type
number

isContentHtml

Gets or sets a value that indicates whether cells in this row or column contain HTML content rather than plain text.

Inherited From
RowCol
Type
boolean

isReadOnly

Gets or sets a value that indicates whether cells in the row or column can be edited.

Inherited From
RowCol
Type
boolean

isSelected

Gets or sets a value that indicates whether the row or column is selected.

Inherited From
RowCol
Type
boolean

isVisible

Gets a value that indicates whether the row or column is visible and not collapsed.

This property is read-only. To change the visibility of a row or column, use the visible property instead.

Inherited From
RowCol
Type
boolean

pos

Gets the position of the row or column.

Inherited From
RowCol
Type
number

renderHeight

Gets the render height of the row.

The value returned takes into account the row's visibility, default size, and min and max sizes.

Type
number

renderSize

Gets the render size of the row or column. This property accounts for visibility, default size, and min and max sizes.

Inherited From
RowCol
Type
number

size

Gets or sets the size of the row or column. Setting this property to null or negative values causes the element to use the parent collection's default size.

Inherited From
RowCol
Type
number

visible

Gets or sets a value that indicates whether the row or column is visible.

Inherited From
RowCol
Type
boolean

wordWrap

Gets or sets a value that indicates whether cells in the row or column wrap their content.

Inherited From
RowCol
Type
boolean

Methods

onPropertyChanged

onPropertyChanged(): void

Marks the owner list as dirty and refreshes the owner grid.

Inherited From
RowCol
Returns
void

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback