Hi All,

I am using a DataGrid with EditTextCell for creating editable columns.
If I click a cell on DataGrid, it becomes Editable, so that I can
change the value. However after changing the value in text box when I
click on someother cell corresponding FieldUpdater is not called,
whereas it is called only when I press enter key.  Due to this value
is updated only after I press enter key.
This problematic behaviour is observed when open my web application
using absolute IP address of my machine where my web server is
running. But it works fine when I access my web application by using
localhost instead of absolute ip address.

After little investigation, I found that If I use localhost, when I
click on some other cell after changing the value two mouse events are
invoked 'blur' and 'clicked' where only 'clicked' event is generated
when I use absolute IP address.

Can someone help to resolve this problem.

Regards,
Sachin Chauhan

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to