Can grid cell display just up to a line break in the data?
Let's say my source data is over two lines e.g.
Line1
Line2
In the JS array this looks like
"Line1\r\n Line 2".
In the grid cell (which is just one line high) I see "Line 1 Line 2", whereas I want the option to see just "Line1" (i.e. the display in the grid cuts off at the line break). I've looked by can find the answer. Any ideas if this is possible?
Thanks
Justin
Line1
Line2
In the JS array this looks like
"Line1\r\n Line 2".
In the grid cell (which is just one line high) I see "Line 1 Line 2", whereas I want the option to see just "Line1" (i.e. the display in the grid cuts off at the line break). I've looked by can find the answer. Any ideas if this is possible?
Thanks
Justin
Justin
February 20,