GridBoundColumn Class [PHP]

GridColumn
 |__ GridBoundColumn

Summary

Properties Description
AllowHtmlRender Get or set whether column will render content as html or as text.
Methods Description
Render Render data cell.

Properties Detail

AllowHtmlRenderTop

bool AllowHtmlRender

Get or set whether column will render content as html or as text.

Show/Hide Code

Supported from version: 2.1.0.0

Methods Detail

RenderTop

string Render(GridRow $row)

Render data cell.

Show/Hide Code

Supported from version: 1.0.0.0