How to display a check box in the dojo data grid?
Use the formatter function, as described in Widgets Inside dojo.DataGrid. You can use the formatter function in dojo 1.4 Return to the new dijit.form.Checkbox
How to display a checkbox in the dojo data grid?
Using the formatter function, as described in Widgets Inside dojo.DataGrid, you can return a new dijit.form.Checkbox from the formatter function in dojo 1.4