I have table where one Column has ExpressionTextField as CellEditor. I want to have dual display. If I am editing particular Cell I want to Display Expression(like 1+2+3) otherwise I want to display Value(6) of that Expression.(Similar to Microsoft Excel) is it Possible?