well... I'm trying pretty basic thing:
- create a grid with field types as checkboxes
the problem is even simpler : it doesn't work ;)
I'd be helpful to anyone who will respond and give me some tips on how to fix it. I've also tried changing the checkbox to Bool (dojox.grid.cells.Bool) but no luck. Any ideas ?
dojo.require("dojox.grid.cells.dijit");
dojo.require("dojo.data.ItemFileReadStore");
dojo.require("dojox.grid.DataGrid");
var jsondata = [{Locality:'XX', AVL:true, PT:true}, {Locality:'XY', AVL:true, PT:true}];
