Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_windows_forms thread: Adding a combo box to a DataGrid


Message #1 by chris@d... on Sat, 30 Nov 2002 15:29:17
Hi 

I'm trying to add a dropdown list as a column to a datagrid in code. I 
can successfully add a DataGridTextBoxColumn to my DataGridTableStyle but 
there does not seem to be a DataGridComboBoxColumn control to use ?

I have tried adding a regular combobox to the controls collection of my 
datagrid but it comes out in the top left hand corner of the datagrid 
which is not where I want it !!

Please help !

C:)

  Return to Index