Browse By Tags

  • WinCombo Red Cross Problem

    Hi,

     

    I'm having an issue with a win combo.

    I have to win combos, the values to show in the second one depends on the values to show in the first one.

    After I start playing selecting back and forth from the two combos, I get this scenario:

  • UltraCombo binding to Value and using Syncwithcurrencymanager

    Okay, I have an odd problem.  I have a ultracombo on a form that displays a list of companies.  Other fields on the form display the detail information of the company selected.  I accomplish this by setting syncwithcurrencymanager to true on the ultracombo…

  • UltraCombo bug in v10.1/v10.2

    When upgrading from 9.1.20091.1000 to 10.1.20101.1007 our UltraCombo editor in a grid cell starting exhibiting strange/incorrect behavior. The ColumnStyle is set to DropDownValidate and has an Items array with differing data values and display types …

  • 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...

  • Postponing Textbox Update

    I currently have an ultracombo on a form and use the text typed into the textbox portion to filter the rows shown in the dropdown portion (grid).

    The search works fine and when the user has finished typing there are a selection of rows visible from which…

  • 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…

  • Complex Business Object as datasource in UltraCombo, how to retrieve the nested list<> ?

    I enclose a sample.

    My question should be pretty simple to datasource master but I'm quite a newbie in datasource world :)

     

    I've a business object A that is composed of List<B> and List<C>  nested objects and an Id property. When binded…

  • UltraGridComboColumn issues in a Windows DataGrid

    Hi, we're trying to use the UltraGridComboColumn in a datagrid but have a few problems trying to implement it.

    1. The dropdown box, although containing the information, is displayed by having an area greyed out (the area that should have the list…