Hello,
I'm using VS 2008 to create a Windows Mobile program in C#. I need to display data in a grid. The only grid control I could find for Windows Mobile is DataGrid, so I placed one on my form. I now need to change the color of particular cell according to some condition. How do I do this?
Thanks in advance...