Populating Data grid

4303
2
Jump to solution
01-06-2015 07:37 AM
IbrahimHussein
Occasional Contributor

Hey guys,

Fiddle;

http://jsfiddle.net/jt7sox45/

I am trying to populate a grid, and I cant seem to get it to work. I know the data is being read properly (if you uncomment out line 454 an alert shows the data). Any ideas what I am doing wrong?

0 Kudos
1 Solution

Accepted Solutions
HeikoHeijenga
Esri Contributor

Remove grid = registry.byId("grid")

See: http://jsfiddle.net/jt7sox45/2

View solution in original post

2 Replies
HeikoHeijenga
Esri Contributor

Remove grid = registry.byId("grid")

See: http://jsfiddle.net/jt7sox45/2

IbrahimHussein
Occasional Contributor

Silly mistake, Thanks for the help!

0 Kudos