| | | StrataFrame VIP
       
Group: StrataFrame Users Last Login: Today @ 11:34:55 AM Posts: 1,327, Visits: 3,472 |
| | I am using a MS DataGridView and a BusinessBindingSource. I'd like to have a combo within one of the cells that is filled with a SF BO. How do I do that? Do I need to create a new DataGridViewCell? Or is there a way to load the normal combo with the BO? |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Today @ 10:13:07 AM Posts: 4,799, Visits: 4,768 |
| | You will either need to use the DataGridViewComboBoxColumn and populate it manually or create your own DataGridView cell control that implements the SF list population. It will probably be easiest to populate this manually rather than creating a custom control. |
| |
|
|