You can set GridView's property - SelectionUnit to Cell. In this way you will enable single cell selection. Then you can predefine GridViewCell style as I mentioned in my previous reply. For your convenience I have attached a sample project showing you this approach.
If that does not satisfy you, may I ask you to explain what exactly you want to achieve?