Hi,
How can i alternate background colors of the rows of my xamgrid (WPF 13.2) and keep the highlight effect of row selection ?
Hello,
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I copied the default styles for the CellControl and RowSelectorCellControl in order to change the colors used for the alternated rows. Please let me know if this helps you or you have further questions on this matter.
Looking forward for your reply.
Thank you for your answer. It's ok with your solution. Do you know if it's possible to display the number of a selected row in another textblock outside the xamgrid ?