Browse By Tags

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