Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing DataGridView after binding DataTable

Status
Not open for further replies.

blairacuda

Technical User
Sep 3, 2009
51
US
I am starting to think this isn't possible...

I have two DataTables that are filled out from two different access tables with different column headers. I then combine those guys into one DataTable with my own column headers. Then I am binding this new DataTable to a DataGridView. That is all working fine.

The problem that I am running into is being able to change the type of particular cells of a column to ComboBoxes given certain criteria. I know I can change the type of the whole column but I need to only change the type of particular cells.

Is this possible?

Chris Blair
Crystal, InstallShield, branching out in other programming realms.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top