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

Selected Item Column Details?

0 Answers 33 Views
GridView
This is a migrated thread and some comments may be shown as answers.
ITA
Top achievements
Rank 1
ITA asked on 20 Feb 2012, 01:57 PM
hi,

i'm working with a RdaGridiView and i want so write my changes in a sqlite Database. I use your Example from the wpf help files "Using in-memory Data" ..

public class RadGridViewSampleData
{
    public RadGridViewSampleData()
    {
        Cars = new ObservableCollection<Car>();
    }
    public ObservableCollection<Car> Cars
    {
        get;
        set;
    }
}

Now i like to write back the changes to the database. How can i get the column details after "RowEditEnded"?

Thanks
Regards
ww

No answers yet. Maybe you can help?

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