Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set CurrentItem in datagrid
Message
From
30/08/2011 16:34:48
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
 
 
To
All
General information
Forum:
ASP.NET
Category:
Windows Presentation Foundation (WPF)
Title:
Set CurrentItem in datagrid
Miscellaneous
Thread ID:
01522326
Message ID:
01522326
Views:
87
I have a datagrid in a WPF form. The datagrid is bound to a collection of employees.

When the form loads, I know that I want to set the current row of that datagrid to a certain employee's record based on that employee's ID.

I find the employee record by doing:

var e = DBContext.Employee.Where(x=>x.EmployeeID == empID).First();

How do I set the datagrid's current row to this employee's record and set focus on the datagrid?
Next
Reply
Map
View

Click here to load this message in the networking platform