This is a migrated thread and some comments may be shown as answers.

Get Entity properties modified after submitChanges on a DomainDatasSource

0 Answers 32 Views
GridView
This is a migrated thread and some comments may be shown as answers.
GG
Top achievements
Rank 1
GG asked on 22 Feb 2012, 04:08 PM
Hi,

I have a RadGridView bound to a DomainDataService and I when I modify a cell in my GridView and then submitChanges() I would be able to retrieve the property modified and test if it is not null. How could I do that.

I look for listening to the event DomainDataSource_SubmittedChanges
private void DomainDataSource_SubmittedChanges(object sender, Telerik.Windows.Controls.DomainServices.DomainServiceSubmittedChangesEventArgs e)
{
    e.ChangeSet.GetChangeSetEntries() ...
}

And here I don't know how do I retrieve the value.
(My DomainDataSource use a query to retrieve an Entity from Entity Framework)

Thanks

No answers yet. Maybe you can help?

Tags
GridView
Asked by
GG
Top achievements
Rank 1
Share this question
or