This is a migrated thread and some comments may be shown as answers.

[Solved] RadGrid Edit

1 Answer 69 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 18 May 2009, 08:58 PM
I am trying to figure out how you guys are highlighting the row when you hit the edit button on the RadGrid.  I looked at all of the examples and there is nothing that shows how.  I know that the "rgEditRow" is where you can set the background color in WebBlue, in CSS.   But how do you do it programmatically.

 

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 19 May 2009, 03:54 AM
Hi Robert,

You can set the Backcolor for the edited row as shown below.

CS:
 
RadGrid1.EditItemStyle.BackColor = System.Drawing.Color.Yellow; 

Styling Edited Rows

Shinu
Tags
General Discussions
Asked by
Robert
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or