ASP.NET MVC Controls
RowCol Class
File
wijmo.grid.js
Module
wijmo.grid
Derived Classes
Column, Row

An abstract class that serves as a base for the Row and Column classes.

Properties

Methods

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.

Type
boolean

allowMerging

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

Type
boolean

allowResizing

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

Type
boolean

collectionView

Gets the ICollectionView bound to this row or column.

Type
ICollectionView

cssClass

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

Type
string

grid

Gets the FlexGrid that owns the row or column.

Type
FlexGrid

index

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

Type
number

isContentHtml

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

Type
boolean

isReadOnly

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

Type
boolean

isSelected

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

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.

Type
boolean

pos

Gets the position of the row or column.

Type
number

renderSize

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

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.

Type
number

visible

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

Type
boolean

wordWrap

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

Type
boolean

Methods

onPropertyChanged

onPropertyChanged(): void

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

Returns
void

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback