Link to home
Start Free TrialLog in
Avatar of dchau12
dchau12

asked on

DataGridTemplateColumn selected row issue

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?

Avatar of EliteMikeS
EliteMikeS

can you post some code?
ASKER CERTIFIED SOLUTION
Avatar of dchau12
dchau12

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial