Select to view content in your preferred language

relationship query: from table to feature class

1005
1
12-07-2011 12:40 PM
DominicRoberge
Occasional Contributor
Hello,

I am working on a project that has a 1-M relationship class (cemetery lots and owners). I did used the Query Related Records sample to get part one of my application to work (so if I click on the map, I get my feature, then the related records from the table).

Now what I would like to implement is to search for a name (working), populate a datagrid (working) and when I select a row in the datagrid, being able to zoom to the lot related to that record.

Any help would be much appreciated.

Thanks!
0 Kudos
1 Reply
YungKaiChin
Regular Contributor
You can store graphic in the datagrid as a hidden field.

Then, use the graphic you should be able to zoom to the record.
0 Kudos