Dear Friend, I have build datagrid in jsp that can show multiple lines in one data row like that :
Column a | Column b
-------------------------
1 | a
| b
| c
2 | d
| e
| f
And it's simple, just using '<br>' ( html new row ) as separator from text
source ( a<br>b<br>c )
How can I get it on flex DataGrid ?
Thanks

