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?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
RanjithKumar chiguruvadaPosted Apr 17, 2012, 9:06 AM
Kunal VaishyaPosted Apr 17, 2012, 7:43 AM
Please try this Code
//
GridView1.Rows[i].Cells[j].BackColor
Please mention proper row index and column index and try it