Hi,
I used read-only grid to display data. I want the label position as justified. When I view the interface from the front end, I could see some of the fields in the read-only grid is continuing in the next line like below.
Here, I want the field "sample application result" to display in one line and not in 2 lines.
example:
sample application pass
result
I want it to get displayed as :
sample application result pass
Can someone help me out here?
Discussion posts and replies are publicly visible
To adjust the column width of a grid to fit the content automatically, you can set the width of the column to "auto".
Thanks everyone for your support, This issue is resolved after creating a common interface which has the rule input for field name and value and defined the width as per my requirement.