:: Forum >> Version 1 >>
check box field
More information on this topic is available in the documentation section:
/grid.howto/.
How can I set the field in a grid cell an a checkbox?
Wednesday, January 17, 2007
grid.setCellTemplate(new AW.Templates.Checkbox, col, row)
or if you want all first column to be checkbox:
grid.setSelectionMode("multi-row-marker")
James Crow
Wednesday, January 17, 2007
This topic is archived.
Back to /grid.howto/
Documentation:
Forum search