Basic Dojo Grid
September 27, 2011
Here's an example of a web page that shows the Dojo grid component.
Head Section
The head section needs to load Dojo with the parseOnLoad set to true.  It also needs to load the appropriate css.
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/dojo/1.6.0/dojo/dojo.xd.js" djConfig="parseOnLoad:true"></script> <link rel="stylesheet" type="text/css" …


