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
4155
When apply Application wide IG Theme, CellClickAction is apparently disregarded?
posted

I have a checkbox inside a XamDataGrid that the user only wants to click once to change its value.  I therefore set CellClickAction="EnterEditModeIfAllowed" and DataItemUpdateTrigger="OnCellValueChange", which works perfectly.  However, if i apply a theme using 

ThemeManager.ApplicationTheme = new Office2010BlueTheme() { StyleMicrosoftControls = true };

the checkbox no longer behaves correctly, the user must click it twice to change the value. How to fix this issue and have theme applied?