ObservableCollection DataGrid
        Posted  
        
            by grid-wpf-architect
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by grid-wpf-architect
        
        
        
        Published on 2010-03-08T17:16:13Z
        Indexed on 
            2010/03/08
            17:51 UTC
        
        
        Read the original article
        Hit count: 336
        
wpf
I bound the ObservableCollection to the dataGrid itemssource.
the collectionChangedEvent of the observable Collection is getting called only when we add, delete, remove. But not firing when we update the record.
how to fire the event for Update too?
© Stack Overflow or respective owner