|
Browse by Tags
All Tags » UltraCombo » bindingSource ( RSS)
-
i have an ultraCombo that gets the data from a dataTable adapter.Fill(_table); ultraCombo1.DataSource = _table; i have several controls bound to ultraCombo using databinding ultraTextEditor1.DataBindings.Add("Text", ultraCombo1.DataSource, "Description"); binding is working ok, but...
-
I have two UltraCombos which are not in a grid. The selection of the first ultra combo should filter the choices available in the second (similar to the function of the cascading drop down in ASP.NET). What UltraCombo events should I use to make this work? Are there any examples available?
-
I have a wincombo that I have bound to a selection list. I'm binding to the integer lookup value and the displaymember is the text description. I need the users to wipe out the selection and not get locked into that field. I've tried nullable true and nulltext or blank or a 0 but that doesn't...
-
This seems to be a trivial thing to do: this .ultraCombo1.DataSource = Enum .GetValues( typeof ( PhoneType ) ); It work fine with standard combo...
-
I have an object: customer with various properties that tie to data that I have displaying in multiple combo boxes. I would like to bind multiple properties of the customer object to various comboboxes, however, I receive the following error: This causes two bindings in the collection to bind to the...
-
Hello, I'm using an UltraOptionSet binded to a dataset. My configuration is as follows: osMyOptions.DataSource = this.DataSet; osMyOptions.DataMember = "TYPE"; //a table in this.DataSet osMyOptions.DisplayMember = "type"; //a column in this.DataSet.TYPE osMyOptions.ValueMember...
-
I have one wingrid bound to a BindingSource. The data are correctly shown in the grid at runtime. One of the columns of the grid is a varchar key that need to be decoded in a lookup table. So, I have a second BindingSource containing a couple key+description from this table. The BindingSource can be...
Page 1 of 1 (7 items)
|
|