Skip to main content
Home Forums Silverlight Programming Silverlight Controls and Silverlight Toolkit Datagrid: Help to change DataGrid Row color on event!
1 replies. Latest Post by amyo on February 14, 2009.
(0)
rafaelFe...
Member
1 points
8 Posts
02-13-2009 12:47 PM |
Hello, I'm trying to change the color of my selected row when I click in a button. But I can't find the property. I appreciated any help. Thanks.
amyo
Contributor
3630 points
495 Posts
02-14-2009 3:21 AM |
Check this post that might help you: http://www.silverlightshow.net/items/Changing-the-style-of-the-selected-row-of-the-DataGrid-control.aspx
In the button click you need to change the BackgroundRectangle of the DataGridRow style.
Hope this will help you.
Please Mark as Answer if this helps you.