[]
Gets or sets the content of the template for the grid cell in editing mode.
[JsonConverter(typeof(TemplateConverter))]
public string EditTemplateContent { get; set; }
<JsonConverter(GetType(TemplateConverter))>
Public Property EditTemplateContent As String