Method CreateCellElement
CreateCellElement(GridViewCell, object)
Creates the cell element for the column.
public override FrameworkElement CreateCellElement(GridViewCell cell, object dataItem)
Parameters
cell
GridViewCellThe Telerik.Windows.Controls.GridView.GridViewCell to create the element for.
dataItem
objectThe data item associated with the cell.
Returns
- FrameworkElement
The created FrameworkElement.