I am using an editable interactive grid. I have one column that is of type "textarea". I edit the field and put multiple lines in there. But when I close the box. I see a single line in the text area. I want to see those multiple lines. With the normal interactive report, I was able to go into the Legacy Component View and specify the field format as "Standard Report Column" even though I see it shows up as plain text when I use the new 5.1 view. Then I would change chr(10) to "<br>" on the query of that page.
With the editable interactive grid, all that seems to be gone. I can only select "plain text" on that column. I cannot see an editable interactive grid attributes in the Legacy Component View. I cannot see a way to specify that I want multiple lines showing up in the grid. This means that many of my pages using tabular forms cannot use this new editable grid feature as the customer wants to see mulitple lines in a grid cell.
I tried to change the cell height but that is being ignored.
Does anyone know how to fix this problem?
Thank you.
Robin