Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » UltraCombo » bindingSource (RSS)
  • ultraCombo's dataTable does not update RowState when bindings' values change

    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...
    Posted to Forum by nManyi on 08-05-2008
  • Ultra combo filtering <edit>

    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?
    Posted to Forum by mphafner on 05-13-2008
  • Blanking out a databound wincombo

    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...
    Posted to Forum by Skeeboe on 04-21-2008
  • UltraCombo can't bind to enum

    This seems to be a trivial thing to do: this .ultraCombo1.DataSource = Enum .GetValues( typeof ( PhoneType ) ); It work fine with standard combo...
    Posted to Forum by stefan_skoog on 04-09-2008
  • Error during Databinding

    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...
    Posted to Forum by jtsQDX on 04-01-2008
  • UltraOptionSet data binding

    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...
    Posted to Forum by baruchl on 03-31-2008
  • WinGrid's DropDown cell loose text on mouseclick

    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...
    Posted to Forum by Scarpellini on 12-28-2007
Page 1 of 1 (7 items)
Powered by Community Server (Commercial Edition), by Telligent Systems