View Full Version : Combobox Enum binding
dnakorea
Jan 14, 2021, 11:22 AM
How to implement Enum object binding to Combobox control?
fabricio.murta
Jan 14, 2021, 2:37 PM
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!
dnakorea
Jan 14, 2021, 11:37 PM
I got it.
Thanks update.
Powered by vBulletin® Version 4.2.3 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.