Hello,
When you add to an observable collection and this is binded to a sfDataGrid the the grid is nicely updated.
What if you change an item in a row ?
What technique is used to update the UI ?
I use wpf and a viewmodel.
tnx
frank
ItemsSource="{Binding NlvLevelList, UpdateSourceTrigger=PropertyChanged,Mode=TwoWay, PresentationTraceSources.TraceLevel=High}"