I added the AllSelected enum as a dialog Field on a dialog that I built in an x++ class. It does not show the full label of each of the enum elements. I have tried:
- DialogField.widthMode()
- DialogField.DisplayLength()
- DialogField.FrameType()
- Adding the field to a group
- Adding the field to a group with only one column.
The part that doesn't make sense to me is that the first label 'All' is shorter than what IS displaying for 'Selected', but its still getting cut off. To me, this means the issue isn't the width of the Field Group, or even the DialogField itself. It is something more granular within the items of the radiobutton dialogField.