Skip to main content
A newer version of this page is available. .

Row Cell

Row cells display field values within data rows. Each cell provides an in-place editor that can be invoked by end-users to edit a cell’s value.

 

VisualElems_GridView_RowCells

 

The table below lists the main members that affect element appearance.

Appearance

The GridViewAppearances.Row,GridViewAppearances.OddRow, GridViewAppearances.EvenRow, GridViewAppearances.FocusedRow, GridViewAppearances.HideSelectionRow and GridViewAppearances.FocusedCell properties.

The GridColumn.AppearanceCell property.

The GridView.RowCellStyle and GridView.RowStyle events.

The ColumnView.FormatRules property.

Contents

The ColumnView.GetRowCellValue, ColumnView.GetRowCellDisplayText and ColumnView.SetRowCellValue methods.

Customizing Contents

GridColumn.DisplayFormat, RepositoryItem.DisplayFormat

The ColumnView.CustomColumnDisplayText event.

Editor

The GridColumn.ColumnEdit property, the GridView.CustomRowCellEdit and GridView.CustomRowCellEditForEditing event.

Row Height

GridView.RowHeight,

GridOptionsView.RowAutoHeight,

GridView.CalcRowHeight,

GridOptionsCustomization.AllowRowSizing

Custom Draw Event

The GridView.CustomDrawCell event.

See Also