Hi,
I have discover that the "alternate background" with the xamDataGrid do not work every time !
I can send you a sample that show this if you want, you just have to play with a little bit.
Thanks
Yes, there was a bug that has since been fixed, it wil be included in the next hotfix, that had to do with the element recycling functionality.
You should be able to get around it with the bits you have by settting RecordContainerGenerationMode to 'Virtualize'.
Unfortunately, this may result in sluggish scrolling behavior, depending on the # of cells in each record.
I hope this helps