Datagrid results won't show attributes for polygon layer in Find Result Task

578
3
03-28-2011 06:01 PM
GinaSander
New Contributor
Hi,

I am rather new at using the Javascript API tool, i have got this one working to search a field for an attribute, it highlights the results, and gives a list at the bottom of the map, but it wont show the attribute data for those returned results.. almost all the fields (except Objectid and SHAPE.Area)  show up  the following '...' just 3 dots

Am i missing something obvious here?  I based mine on one from the resourse center but cannot get this last bit working, infuriating!

Any suggestions?
0 Kudos
3 Replies
by Anonymous User
Not applicable
Original User: swingley

Are you sure your "field" attributes on your <th> tags match the field names of your data? The field names in your layer are "MSLINK" and "CONST_YEAR"? If the field names don't match you'll see the dots you're describing because the grid doesn't know what to put in that column.
0 Kudos
GinaSander
New Contributor
Hi,

Thanks for your reply, yes the names are straight out of catalog as they appear.

Would have something to do with the data sitting in sde?
0 Kudos
by Anonymous User
Not applicable
Original User: swingley

Have you taken a look at the data returned from the server using something like firebug or fiddler?
0 Kudos