Renders a checkbox on the cell that's being rendered.
public void RenderCheckBoxOnCell( RenderCellEventArguments e,
bool isChecked );
Parameters
e
The cell that's being rendered (the argument received by the RenderCell event).
isChecked
Indicates whether the checkbox is "checked" or not.
See also:
Class TouchGrid