Hi,
i am currently facing issue to set the backgroud color to yellow when alternate row is true
i have grid in which few columns background is set to different colour. i have set highlightlight alterate row is to true. i have also set the yellow background when record is selected.
i have attached the sample project
here is style
Hi ripalsoni,
You'll have to set the BackgroundAlternate property on the DataRecordCellArea if you have alternate rows enabled. There is a separate border element in the cell for the alternate background so if you don't set it, it will use it's default color on top of your desired background color.
Hi Rob,
i don't understand clearly. can't we achieved this by style or data triggers?