I'm green to programming and silverlight and I have started created an application, which I'm almost finished. But the most important tool/feature of the applicaiton is the one I'm having the most trouble with.
So basically there is an outside data base with extra information about the parcles (the common key primary/secondary) is the identifier number/field. I'm wondering if there is an example or someone has some code/information they can share about how to grab a field record value and pass it to an outside database.
I can't pass anyting...at this point I'm just trying to pass plain text just to make sure the FeatureDataGrid_SelectionChanged event is firing. Is there a way to check this? I doubting the the event is automatically invoked when I click on a new row/field in the table. That is how it should work right?
Did you subscribe to FeatureDataGrid's SelectionChanged event? Sorry, had to ask. When you select a row, the event handler code should be hit. Place a breakpoint there to be sure. You do see rows of FDG populated, right?