TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
moh abbasher
NA
1
496
Populate combobox inside DataGrid from database table
Jul 9 2016 4:04 PM
I have WPF DataGrid bound to an SQL server table, one of its columns is comboBox. I want to populate the comboBox from another table. For example: there are two tables - jobs and employees:
employees has EmployeeID, EmployeeName, EmployeeJobID
jobs has JobID, JobName
I want the comboBox in Employee DataGrid to display JobName from jobs table
How to do this?
Reply
Answers (
0
)
Expander not display All values
How to use Rows and cells in Data Grid at WPF