Hi,
Trying to use combobox column in DGV but can’t use following properties
Am I missing something?
Thanks,
Cris
It’s working all right.
Snippet
private Wisej.Web.DataGridViewComboBoxColumn productTypeId; ... this.productTypeId.DataPropertyName = "ProductTypeId"; this.productTypeId.DataSource = this.productTypesBindingSource; this.productTypeId.DisplayMember = "ProductTypeName"; this.productTypeId.HeaderText = "Product Type"; this.productTypeId.Name = "productTypeId"; this.productTypeId.ValueMember = "ProductTypeId"; ...
etc, etc
Hi Cris,
According to Luca’s informations, the ComboBox on DGV isn’t ready (yet).