dojo dgrid/Tree.js - missing from ArcGIS Javascript CDN

3262
2
Jump to solution
03-25-2015 09:50 AM
ChrisSaylor
New Contributor II

This is pretty straightforward - I'm trying to add the Tree mixin to a Dojo dGrid widget, however when I attempt to reference it, I get a 404 Not Found error.

GET http://js.arcgis.com/3.13/dgrid/Tree.js   [HTTP/1.1 404 Not Found 149ms]

The other dGrid components download correctly (OnDemandGrid, Selection, etc.) - is this simply a matter of a file missing?

Thanks!

Chris

Tags (3)
0 Kudos
1 Solution

Accepted Solutions
KellyHutchins
Esri Frequent Contributor
2 Replies
KellyHutchins
Esri Frequent Contributor

Try using lower-case tree instead:

http://js.arcgis.com/3.13/dgrid/tree.js

ChrisSaylor
New Contributor II

Wow.  *head bashing against desk*.  Fixed it.  Thanks!

0 Kudos