Combobox Enum binding

  1. #1

    Combobox Enum binding

    How to implement Enum object binding to Combobox control?
  2. #2
    Hello @dnakorea!

    This is not supported automatically (implicitly converting to/from values), you should convert the enum to/from its numeric or string representation from code behind or by using converters in the fields.

    Hope this helps!
    Fabrício Murta
    Developer & Support Expert
  3. #3
    I got it.
    Thanks update.

Similar Threads

  1. ComboBox data binding
    By AlexMaslakov in forum 1.x Help
    Replies: 3
    Last Post: Jun 13, 2013, 9:04 AM
  2. Replies: 5
    Last Post: Mar 15, 2013, 4:24 AM
  3. [CLOSED] Fill a combobox with an enum.
    By capecod in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Oct 22, 2010, 2:06 PM
  4. combobox fill dynamically uing enum
    By Prasad in forum 1.x Help
    Replies: 0
    Last Post: Aug 19, 2010, 12:29 PM
  5. Binding ComboBox
    By Dominik in forum 1.x Help
    Replies: 4
    Last Post: Jun 17, 2010, 7:46 AM

Posting Permissions