Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
95
Edited Cells White Out on Focus
posted

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 

Parents
No Data
Reply
  • 8576
    Offline posted
    H Brett -
     
    It sounds like a style is messed up somewhere so that foreground color == the background color.  Have you overridden any of the styles in the in the XamDataGrid? 
     
    If not, this might be a problem in one of the default styles.  What XamDataGrid Theme are you using and what O/S & O/S Theme are you running under? 
     
    Can you post a small sample that reproduces the problem?
     
    Joe
     
Children