How can i give background color to my child gridview’s cell??
I have nested gridview where the cell background color could be given in rowdatabound event. But if the same has to be done for child gridview, how can that be done?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If I am understanding well so i think that you need in the rowdatabound event of the parent grid to access the child gridview making an event handler for the accessed gridview.rowdatabound event and make the handler for it to change the color as you do in the parent grid.