I am using C # .NET 3.5 CF for Windows CE. I am working on a dataGrid and should know how to change the background color of a row in a dataGrid. thanks in advance
You must manually draw it. Here's a blog article describing the "selection" of a line that simply draws it in a different color.