hi, in a DropDownChoice, a defined a CustomConverter which takes the value and converts it into an enum. But I'm having a problem because tha value received by the CustomConverter is the display value of the DropDownChoice, instead the id value (once I defined an IChoiceRenderer and they are different). How can I receive the id value by the converter?
IzaĆas Miguel
