blairacuda
Technical User
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.
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.