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