In dojo 1.7.2, if I create a data store containing array values, dojox.grid.DataGrid displays them with no problem, separating each item with a coma.
However, in dojo 1.6, it takes only the first element of my array. I have a project where I have to use version 1.6. Is there any workaround for this in that version ?
To illustrate the problem, here are 2 examples :
- On dojo 1.6 : http://jsfiddle.net/psoares/HbFNY/
- On dojo 1.7 : http://jsfiddle.net/psoares/QLm65/
Thanks !
No comments:
Post a Comment