J
James Goodman
I have seen several examples on how to get a combobox control into a datagrid control via code.
I am currently writing an app that will have a lot of combo columns within datagrids, so setting this through code will be extremely long-winded. I have found it much quicker to add the columns I require through the GridColumnStyles collection in the design window. When this is used, you select whether to add a text control (DataGridTextBoxColumn) or checkbox control (DataGridBoolColumn).
Is it possible to add a combo box control to this collection so I can add them graphically as this would make life much easier?
--
Cheers,
James Goodman MCSE, MCDBA
http://www.angelfire.com/sports/f1pictures
I am currently writing an app that will have a lot of combo columns within datagrids, so setting this through code will be extremely long-winded. I have found it much quicker to add the columns I require through the GridColumnStyles collection in the design window. When this is used, you select whether to add a text control (DataGridTextBoxColumn) or checkbox control (DataGridBoolColumn).
Is it possible to add a combo box control to this collection so I can add them graphically as this would make life much easier?
--
Cheers,
James Goodman MCSE, MCDBA
http://www.angelfire.com/sports/f1pictures