Kendo.Mvc.UI.GridCell
Represents a cell from Kendo Grid for ASP.NET MVC
Properties
Template
The template which renders the column content.
HtmlAttributes
HTML attributes of the table cell (
Selected
Specifies the Selected state of the table cell.
DataItem
The data item to which the specified table row is bound.
Column
The grid column that contains the table cell.
Text
The text rendered in the table cell.
Content
The table cell content.
InEditMode
Determines whether the cell is in edit mode.
InInsertMode
Determines whether the cell is in insert mode.