I have a requirement where in it is required to break a text property so that overflow of the text is avoided. For example, a property called pxCreateOpName having lengthy text value and is being overflowed beyond a dynamic layout. How can I customize this so that it is adjusted inside a dynamic layout.
Can you try by using the pxTextAbridge UI control under general tab of the property or you can directly apply on the Section, It will display only the required characters; if you keep mouse-hovering on the property, it will display the full letter.
Thanks @AkshithReddyT , I was able to solve this. But there is an issue with label here. If I give empty label, it is going back to same overflow text and if I enter some value to the label, it is behaving properly. So not able to give an empty label here.