Conditional formatting in a DataGrid using .Net Compact Framework 3.5
        Posted  
        
            by runxc1 Bret Ferrier
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by runxc1 Bret Ferrier
        
        
        
        Published on 2009-12-10T20:40:13Z
        Indexed on 
            2010/03/28
            15:13 UTC
        
        
        Read the original article
        Hit count: 791
        
This is very standard in the full .net version. I want to Bind to a collection of objects and then handle a RowDataBound event of some sort and change the background color of the row based upon one of the objects properties. Is this possible in Windows Mobile using the .Net CF 3.5?
© Stack Overflow or respective owner