Thanks, Sandro. Actually, I think moving the code to a dedicated method won't be necessary if it does the "right thing" with respect to calling the renderer and ultimately the formatter.
~Roger -----Original Message----- From: Sandro Martini [mailto:[email protected]] Sent: Monday, October 22, 2012 1:40 PM To: [email protected] Cc: [email protected] Subject: Re: Adding $ symbol for each cell entry in a tableview Hi Roger, > Seems to me like the row editor should do the same thing as the > display code (namely calling the renderer, which includes formatting) > after storing/retrieving the data. I would think that should be sufficient. > Ok, I'll try tomorrow (my fear is to generate some loop, but makes sense in this way), thanks for now. Do you like the idea to move that small part in a dedicated method (so anyone want to override it could do it in a simpler way ... if needed) ? Bye
