Hi,
In my application I need to set the rows to show the text area columns in more than one line (say 3 lines). Just like it was (is) possible with Tabular Form
I was able to change the row height using inline css, example:
#emp_ig.a-GV-cell {
height: 60px;
}
However this still only shows the text area column contents in one single line, despite the row height is increased.
In Interactive Grid column widths – HardLikeSoftware there was a mention that this should be possible, so I am seeking advice how this can be achieved.
Is there a column property (what?) that can be set to this effect?
thanks in advance
Evelina