datagrid doesn't refresh on changed data
        Posted  
        
            by Jakob
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jakob
        
        
        
        Published on 2010-05-30T14:56:35Z
        Indexed on 
            2010/05/30
            15:02 UTC
        
        
        Read the original article
        Hit count: 427
        
Hi.
I have 2 datagrids with data that binds at loadtime in xaml. Then I have a button that inserts a row in the database, but rows aren't added to the datagrids when I press the button.
I would like a fix that doesn't just add a gridrow, but actually refreshes the data and fetches the new row from the db.
I'm using riaservices, so if that opens up to any tools that can help me, please let me know?
thx in advance :D
© Stack Overflow or respective owner