DataGrid for WPF and Silverlight
        Posted  
        
            by Lukas Cenovsky
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Lukas Cenovsky
        
        
        
        Published on 2010-04-15T10:24:38Z
        Indexed on 
            2010/05/06
            22:28 UTC
        
        
        Read the original article
        Hit count: 377
        
Is there a DataGrid component that behaves the same in WPF and Silverlight? There are some small differences in DataGrids from MS (WPF and Silverlight Toolkits). For example, while WPF version has CanUserAddRows property, Silverlight version does not.
© Stack Overflow or respective owner