ListGridField has void setCellFormatter(CellFormatter formatter) method but not
CellFormatter getCellFormatter() or String formatCell() methods. These would be
needed if values are used outside of grid.
What steps will reproduce the problem?
1. Create ListGridField with custom cellFormatter
2. Try to get cellFormatter of format cell value outside of grid
3.
What is the expected output? What do you see instead?
I excpect a method to get cellFormatter of format cell value
What version of the product are you using? On what operating system?
Gwt 2.0.3, SmartGwt 2.2
Please provide any additional information below.
SmartClient has api String formatCellValue (value, record, rowNum, colNum,
grid) so atleast that would be nice to wrap inside ListGridField so values can
be formatted outside of grid
Original issue reported on code.google.com by toni.paa...@gmail.com on 23 Nov 2010 at 9:33
Original issue reported on code.google.com by
toni.paa...@gmail.com
on 23 Nov 2010 at 9:33