I'm trying to add a DojoX Grid control to my website, but I can't get it to work. I'd like a simple example to start from, but there doesn't seem to be one anywhere. These are my requirements:
- I need an example of the 1.2 Grid
- It should load the Dojo libraries from
googleapis.com
(or AOL's servers; not the trunk code or the Dojo code hosted one some private server) - Other than loading the Dojo code from a public server, all the rest of the code should be contained in the HTML page. No loading data from another URL; I'm trying to get the Grid working; then I'll worry about dynamically loading data.
Amazingly, I can't find anything that meets all three requirements. Does anything know of one?