Hi,
I'm trying to set a custom cell style for the XamGrid, In addition to that I also want to do Conditional formatting on a particular column. I attached the image of the grid. As seen in the picture i need the customecell style to apply for columns and then have the databar style over it. But I could not find a way to do this. At a time I could have only have one style. Is there a way to do this?
Please refer to that thread - http://community.infragistics.com/forums/p/53660/277543.aspx#277543, I think that you will find the answer there. Generally, you have to set the CellStyle property of the XamGrid explicitly.
Do not hesitate to ask if you need more information.
Regards
The post you sent solved my issue. But I'm facing another issue with the custom styling. It seems to have impacted the performance of the grid. The scrolling seems to become slower and also while i scroll sometimes the cells do not render the correct style instead show a white background. The same issue happens when I sort as well. The correct color appears when i hover over the grid.