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
760
Style Precedence Issue...
posted

In our code we have set style on the CellControl type at various places listed below

1. In xaml under Grid.Resources, the Grid contains the XamGrid (FontSize property is set here)

2. In code, we also have a LessThanContionalFormatRule added to the columns ConditionalFormatCollection, also a different style is set here (Background and Foreground colors set here)

3. In the CellControlAttached event, to apply formatting based on the values of the cell... (Background and Foreground colors set here)

 

Here are some of the issues that we face...

i) When the application runs,  only the style specified at location no. 3 above seems to work..

ii) When IsAlternateRowsEnabled is true,  styles seem to be applied only on alternate rows

iii) When a row/cell on the grid is active (meaning the user has clicked on it) none of the styles seem to be applied. Only the row/cell selection color is shown.

Need help in resolving these... TIA

 

Parents Reply Children
No Data