vote up 0 vote down star

Hello! This may sound stupid....I've followed Scott Morrisons Blog and have implemented a silverlight datagrid and populated it with some data. My question now is, when I edit the datagrid and change some of the data, how do i then retrieve it back?! I guess what i'm trying to say is - does it get posted back somewhere!?

flag

51% accept rate

2 Answers

vote up 1 vote down check

Following Brad Abrams MIX09 tutorials located on his blog has ALL the answers I could have possibly ever wanted when starting out with such a powerful framework. Brad's Blog

link|flag
vote up 0 vote down

Well, when you bind your columns of your data grid to the properties, you should specify that the binding is a two-way binding. This will update the back end data as the grid data is changed.

For a more thorough read, you should look at this article.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.