hi, i have the following code:
ultraGrid1.DataSource = _dataSet.Tables["Table"];
ultraTextEditor1.DataBindings.Add("Text", _dataSet.Tables["Table"], "Value");
if i would like to use an UltraCombo to browse the dataTable
if i use the following code, the ultraTextEditor1.Text doesn't change
ultraCombo1.DataSource = _dataSet.Tables["Table"];
i would like to know if this is possible...
you understood correctly, set, workx (this is what happens when you don't have the time to browse thru properties/samples...)
thank you
I'm not sure I understand your question, but I think maybe you want the UltraCombo to change the position of the CurrencyManager to navigate the data. If that's the case, then all you have to do is set SynchWithCurrencyManager to true on the UltraCombo.