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
40
Changing background of disabled cell in XamDataGrid
posted

Hi,

I'm disabling CellValuePresenter for certain cells for which I don't want user to edit the data. Now the problem is that, Row Hover wont highlight the cell properly as it is greyed out.

I've tried to set the background of Main Border in the CellValuePresenter to Transparent - But it didn't help. I need to change the background of "PART_EditorSite" to Transparent as well. How can I achieve that ?

Thanks in Advance.