ComboBox In DataGrid In WPF

No.of Views1701
Bookmarked0 times
Downloads 
Votes0
By  dpatra   On  21 Apr 2010 10:04:15
Tag : WPF , List Controls
This article will describe the DataGrid in Edit mode while the edit cell requires a list of data. We are going to achieve that using the ComboBox.
emailbookmarkadd commentsprint

Images in this article missing? We recently lost them in a site migration. We're working to restore these as you read this. Should you need an image in an emergency, please contact us at info@codegain.com

 

Introduction

This article will describe the DataGrid in Edit mode while the edit cell requires a list of data. We are going to achieve that using the ComboBox.

Creating WPF Application Project

Fire up Visual Studio 2008 and Create a WPF Application and name the project as DatePickerDGWPF.
 

Image Loading

Here is the basic idea of our sample application; we would have sample data with one property that can be selected from a list of values displayed in ComboBox.When the particular cell will be edit mode, we would be able to select from the list displayed in the ComboBox.So let’s have a class and have sample data.


 

Image Loading

Now we will add a DataGrid to the Window and design the Columns inside of it.

 

Image Loading

We need to set the ItemSource Property; for that I have created a Class that would generate the list and in XAML I have accessed it and assigned it. The following figures will clarify what I have done:

 

Image Loading

.......

 

Image Loading

.......

 

Image Loading

.......

 

Image Loading

It seems we are done with the design of our DataGrid columns. Run the application and try to edit the column “Status”, you would get ComboBox control to handle the Status List.
 

 

Image Loading

And when in Edit mode:

 

Image Loading

After Updating:

 

Image Loading

Conclusion

In this article i have expalined , create Combo Box in windows presentation foundation with listview.

Sample Project Source

Download source files -526 kb

 
Sign Up to vote for this article
 
About Author
 
dpatra
Occupation-Not Provided
Company-Not Provided
Member Type-Expert
Location-Not Provided
Joined date-13 Jul 2009
Home Page-Not Provided
Blog Page-Not Provided
 
 
Other popularSectionarticles
Comments
There is no comments for this articles.
Leave a Reply
Title:
Display Name:
Email:
(not display in page for the security purphase)
Website:
Message:
Please refresh your screen using Ctrl+F5
If you can't read this number refresh your screen
Please input the anti-spam code that you can read in the image.
^ Scroll to Top