Browse By Tags

  • Multi Column Value Changed Select Row Problems

    I have a multi column ultracombo control, I am trying to get the value of one of the columns and set it to my business object.

    Lets say:

    Shirt Size, Shirt Color

    ------------------------------

    Small, White

    Medium, Brown

    Large, Black

     

    The list…

  • Custom combo databinding two values

    I'm creating a custom control inherited from the UltraCombo for a standard lookuplist of foreign relationships that I can use in my entire program.  However, I'm having a databinding issue, which maybe a simple fix because I'm new at using databinding…

  • Am trying to dataBind Combo to entities as per msdn forum suggestion

    Am trying to bind data to an WinGrid.UltraCombo following the example illustrated in the [March 20, 2009 12:02:39 PM] posting (currently 2nd to last) on this thread:  http://social.msdn.microsoft.com/forums/en-US/linqprojectgeneral/thread/744b2c6a-ecb8…

  • UltraCombo Bussines Object Bindings

    Hi,

    I hace a Bussines Object (Activity) with a property named "Type" of type ActivityType. At this moment I populate de list of ActivityTypes in a UltraCombo and it's fine. 

    I have a problem when I try to bind de "Type" propertiy of the "Activity…