Click or drag to resize
GridTemplateColumnInitializeCell Method

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public override void InitializeCell(
	TableCell cell,
	int columnIndex,
	GridItem inItem
)

Parameters

cell
Type: System.Web.UI.WebControlsTableCell
columnIndex
Type: SystemInt32
inItem
Type: Kettic.AspNet.ControlsGridItem
See Also