In order to achieve your goal you can predefine the template of GridViewCell. In the template there is a Border element named Background_Disabled which is responsible for the appearance of the cell in this state. You can change the background colour as you want. However, in your case you can just set the background property to Transparent. Please check the attached demo project for reference.