[]
Gets or sets a formatter function used to customize cells on this grid.
[JsonConverter(typeof(FunctionConverter))]
public virtual string ItemFormatter { get; set; }
The formatter function can add any content to any cell. It provides complete flexibility over the appearance and behavior of grid cells.