Skip to main content
Home Forums Silverlight Programming Programming with .NET - General DataGridTemplateColumn Selected Rowissue
1 replies. Latest Post by ssenthil on July 15, 2009.
(0)
Nikotromus
Member
1 points
25 Posts
05-11-2009 3:52 PM |
I have a datagrid that contains a few DataGridTemplateColumn's. When I select just a regular column, the row selected row changes. So, lets say I selected a regular datagrid column at the 5th row. Now row # 5 is selected. But, when I select a DataGridTemplateColumn, say on row # 2, the row selected remains on row # 5.
I need the selected row to change, because I have business rules surrounding the selected row. How do I work around this?
ssenthil
501 points
108 Posts
07-15-2009 5:34 AM |
Hi
A small idea
If you are able to get selected row datacontext below mentioned code can help u
this
yourobject is 5th row object