[]
Occurs when an element representing a cell has been created.
public virtual string OnClientFormatItem { get; set; }
Public Overridable Property OnClientFormatItem As String
This event can be used to format cells for display.It is similar in purpose to the itemFormatter property, but has the advantage of allowing multiple independent handlers.