Display field without name
02 October 2024
Recently I had request to display one field close to another without field name
If you just add field to DAC and place it with DisplayName = “” and add it to screen you will have such result
To display this field without huge gap you need to do have property DisplayName = “” and in customization projects and set SuppressLabel value to true
Result