I have a situation where in grid row layout, in a single column I need to have a text field and rich text display fields below the text field. See reference as below.Is it even possible?Thanks in advance.
Discussion posts and replies are publicly visible
No this won't be possible unless you build a custom grid entirely using various components instead of a!gridLayout(). When using a gridLayout, you can add a separate column for the content expected in Rich text field component so its in the same row.