2
Answers

When i select datagrid cell then to change the background of that cell as well as to change that entire row background ? how to slove these question?

Hi,All
Please answer me these question

when i select datagrid cell then to change the background of that cell as well as to change that entire row background ? how to slove these question?
Answers (2)
0
RanjithKumar chiguruvada

RanjithKumar chiguruvada

NA 326 82.5k 12y
Thanks Vaishya, but i need wpf xaml code
0
Kunal Vaishya

Kunal Vaishya

NA 4.1k 266.1k 12y
Dear RK ,

Please try this Code
               //
               GridView1.Rows[i].Cells[j].BackColor

            Please mention proper row index and column index and try it