Select to view content in your preferred language

Query With No Map, Results in FeatureData Grid, from a Related Table

380
1
02-01-2012 09:54 AM
KenCarrier
Deactivated User
I am trying to create a web form using Silverlight.

I am editing a related table in SDE.

It would be nice to use the Query with no Map example and the results be sent to a FeatureDataGrid where the information would be editable.

Are there any examples of how to query with no map and return a grid like in the FeatureDataGrid example without a map being present.

So our users would not need a map because they are editing a standalone table?
0 Kudos
1 Reply
JenniferNery
Esri Regular Contributor
I believe you can just set FeatureDataGrid.GraphicsLayer property. Your table as FeatureLayer does not need to be part of Map. FeatureDataGrid.Map also does not need to be set.
0 Kudos