Setting a selected value in a ComboBox column when using ObjectDataSource
-
Saturday, March 03, 2012 1:30 AM
I used the sample code in this post to create an ObjectDataSource grid in my Windows Form:
However, the sample code provided only demonstrates how to use the ObjectDataSource to display existing information from the IList-based property.
What I want to actually achieve is to be able to bind to that property to display the default list of values in the ComboBox, but set the actually selected value based on data from another source such as an XML File.
Is there an easy way to accomplish this? I was originally using a DataGridView to display the individual columns, but the sample code provided in the previous forum post indicated dragging and dropping the actual ObjectDataSource onto the WinForms control to use for display.
Ideally, I believe I need to continue using the DataGridView control since I want to allow the ability to add, update or delete existing rows rather than simply display read-only data that has been bound to the class.
Please advise.
All Replies
-
Saturday, March 03, 2012 2:31 AMshow us your code you have now...
Mitja
-
Monday, March 05, 2012 7:14 AMModerator
I'm afraid that the Visual Studio wizard does not support so flexible customization do the binding data source, you will need to do it in your codes behind.Mike Zhang[MSFT]
MSDN Community Support | Feedback to us
- Proposed As Answer by Mike Dos ZhangMicrosoft Contingent Staff, Moderator Wednesday, March 07, 2012 11:57 AM
- Marked As Answer by Mike Dos ZhangMicrosoft Contingent Staff, Moderator Tuesday, March 13, 2012 8:57 AM


