Click or drag to resize

EditableGridGetRowOutput Method

Retrieves a complete HTML output of the specified row.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
protected string GetRowOutput(
	GridViewRow row,
	int currentRowID
)

Parameters

row
Type: System.Web.UI.WebControlsGridViewRow
The instance of a GridViewRow to render.
currentRowID
Type: SystemInt32
The current row ID.

Return Value

Type: String
Row output.
Remarks