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
375
Set selected record background in alternate row
posted

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

AlternateStyle.zip
Parents
  • 34510
    Offline posted

    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.

Reply Children