web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested Answer

DialogField RadioButton enum item labels cut off

(0) ShareShare
ReportReport
Posted on by 204

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:

  1. DialogField.widthMode()
  2. DialogField.DisplayLength()
  3. DialogField.FrameType()
  4. Adding the field to a group
  5. 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.

4807.Dialog.png

6254.Code.png

I have the same question (0)
  • Suggested answer
    GirishS Profile Picture
    27,833 Moderator on at

    Hi Tim,

    Try to move that Enum field below the Printer name text box. May be the label for that Enum is too long to fit into the screen.

    Thanks,

    Girish S.

  • Suggested answer
    Bharani Preetham Peraka Profile Picture
    3,634 Moderator on at

    Hey, can you try like,

    dialogGroup = dialog.addGroup("GroupName");

    dialogGroup.columns(2);

    This addGroup is present in dialog class;

    We have the column number property. Similarly with code as above. This should increase the width.

  • cowboyott Profile Picture
    204 on at

    Hi Girish, I tried putting both fields into a fieldgroup and specified columns(1), but that did not move it below. How would you recommend getting it on a new line?

    Thanks.

  • cowboyott Profile Picture
    204 on at

    I tried this and did not work.

  • GirishS Profile Picture
    27,833 Moderator on at

    Check the below article and see if it helps.

    https://gvkkishore.wordpress.com/2015/04/22/simple-dialogs-in-x/

    Thanks,

    Girish S.

  • André Arnaud de Calavon Profile Picture
    303,357 Super User 2026 Season 1 on at

    Hi Tim,

    What exact version of Dynamics 365 F&O are you using? There was an issue which is probably resolved in 10.0.32 and 10.0.33. The issue was noticeable on header/lines forms, where also these labels were cut off.

  • cowboyott Profile Picture
    204 on at

    Hi Andre,

    I am on 10.0.31.

  • André Arnaud de Calavon Profile Picture
    303,357 Super User 2026 Season 1 on at

    Hi Tim,

    If you have the option, verify this issue on 10.0.32 or 10.0.33.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 509 Super User 2026 Season 1

#2
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 375

#3
Adis Profile Picture

Adis 268 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans