grid_customcolumn_gettext

Client side event handler for ClientSideGetText.

Note: This is a prototype, not a function. You should provide a function that matches this prototype if you wish to handle the corresponding event on the client side. The prototype provides information about the arguments and return value of the function you provide.

Syntax
JavaScript
 grid_customcolumn_gettext(column, item, cellValue)

Parameters

column
The GridColumn object that calls this handler.
item
The related GridItem object
cellValue
The value to be formatted.

Return Value

The HTML text to be displayed.

See Also