Qrunk
unread,Jan 29, 2012, 9:44:03 AM1/29/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Sign in to report message as abuse
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
Hi Thomas,
I have confused with data grid's setFieldUpdater(), in my data grid I have one column with an Editable Text cell, but inside the setFieldUpdater() method Im not changing the object's value, or in other words I m not doing anything within setFieldUpdater()''s update() method, all that I have in it is dataProvider.refresh(), thats all and what I expect is that I want the same old value of the editable Text cell to be reflected on blur or on Focus Out, as petr me this should happen as I have not changed the actual object.
One more thing on it is, say after editing something on the editable text cell, I select the same cell again and dont edit it again and simply blur out only then it shows up the actual object value, i.e it gives the expected behavior .
Thanks