Hi guys I seem to be having a slight problem while using datagrids in WPF.
I added a data source to my project which is just an access database.
I then dragged one of the tables from my data source onto a form and ofcourse this automatically generated a datagrid.
I then added a column to this datagrid which is a datagridcombobox which has 3 items.
What i am trying to do is retrieve cell content at runtime in which i am using the datarowview.
However this datarowview does not include the newly added datagridcombobox column that i added but only the columns that came from my database.
Any ideas on what i can do to retrieve cell content?????
Thanks in advance.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.