Posted 24 May 2019, 11:44 am EST
Hi
We are migrating from VB6 to vb.net, we found that the equivalent of Tdbcombo control in vb.net is C1. Win. C1List. C1Combo. In VB6 The control has DataMode property and his value can be 0 = Bound, but for C1Combo the property DataMode exists but has not the value Bound, only has two possible values: Normal and AddItem. How to make that C1combo Works bound? Or are we wrong with the vb.net equivalence?
In order to we can bound a column, wich are the properties equivalents for boundcolumn and datafield?