Table of Contents

Method CreateCellEditElement

Namespace
Innova.Prism.Telerik.Controls
Assembly
Innova.Prism.Telerik.dll

CreateCellEditElement(GridViewCell, object)

Creates the cell edit element for the column.

public override FrameworkElement CreateCellEditElement(GridViewCell cell, object dataItem)

Parameters

cell GridViewCell

The cell to create the edit element for.

dataItem object

The data item associated with the cell.

Returns

FrameworkElement

The created cell edit element.