Hi,
I have a xamDataGrid that has fields that I want the user to be able to edit. However, when the cell has focus through either a mouse click or tab event into that cell, the cell is whited out. You can type in the cell and it retains the value but you have no idea what you are typing until after you move to the next cell or record. I've read the documentation but I can't find how to change this behavior. Any help would be greatly appreciated.
Thanks,
Brett
Hi Joe,
Apparently, I do have a style messed up somewhere though I'm not overriding any of the styles explicitly in the grid. I have worked up a small application that mimics the functionality of my main app and the formatting works fine there. I tried to set an explicit theme for the grid but the behavior is the same. The application I'm supporting has quite a few styles defined and I'll just have to play around with those and see if I can figure out which one might be causing the problem.