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
Sam Hobbs
51
29.3k
2.1m
WPF CRUD using Entity Framework and Combo Boxes
Mar 20 2015 10:11 PM
I have a SQL Server table with some associated tables. I need to be able to do CRUD using Entity Framework with the main table in a WPF DataGrid with Combo Boxes for the fields that are associated with another table. This is a very simple program so I do not want to use MVVM with it, maybe later.
So let us say I want a program similar to what is described in
ComboBox
in DataGrid in
WPF
, except the data is in a SQL Server table that I want to use
Entity Framework
with. I have found
Entity Framework Databinding with
WPF
, but it is a little confusing, it attempts to say too much.
We can use the following entity design for the purposes of this discussion:
I need for the Status Name and User Name to be shown in Combo Boxes in a DataGrid for Tickers instead of StatusId and UserId.
Reply
Answers (
12
)
format dropdownlist control have two columns
how to get the columns from multiple tables into a single qu