Configurates
C1.Web.Mvc.CellTemplate.EditTemplateContent. Sets the content of the template for the grid cell in editing mode.
Syntax
'Declaration
Public Function EditTemplateContent( _
ByVal As String _
) As CellTemplateBuilder
public CellTemplateBuilder EditTemplateContent(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also