Click or drag to resize

EditableGridInitializeDataRow Method

Initializes the data row.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
protected virtual void InitializeDataRow(
	GridViewRow row
)

Parameters

row
Type: System.Web.UI.WebControlsGridViewRow
Row to initialize.
Remarks