Click or drag to resize
GridColumnPrepareCell Method
Prepares the cell of the item given, when grid is rendered.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual void PrepareCell(
	TableCell cell,
	GridItem item
)

Parameters

cell
Type: System.Web.UI.WebControlsTableCell
item
Type: Kettic.AspNet.ControlsGridItem
See Also