Re: [flexcoders] Flexible grid : Multiple lines in one data row

2008-02-08 Thread Rob Rusher
Harry, You would use an itemrenderer for the DataGridColumn. You can find examples in the documenation. http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Partsfile=cellrenderer_072_35.html Regards, Rob On Feb 8, 2008 7:34 AM, Harry Saputra

[flexcoders] Flexible grid : Multiple lines in one data row

2008-02-07 Thread Harry Saputra
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