|
-
Sep 21st, 2006, 05:22 AM
#2
Re: ComboBox in Datagridview
You simply set the type of the column to DataGridViewComboBoxColumn and then set the DataSource, DisplayMember and ValueMember of the colum exactly as you would for a regular ComboBox. Note that the grid itself will be bound to different data than the column. The column is bound to the data from which the user is allowed to choose a value for that column.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|