Andria,That makes sense. The radio group is trying to bind to the enum value instead of an integer. What you may want to do, so you can keep your customization, is create a custom property that returns the integer value which you use to bind to the radio and leave the original property alone with the customization. This way you can have the best of both worlds.