there is a kind of bug in this example
http://www.smartclient.com/smartgwt/showcase/#grid_editing_modal. in
this example, listgrid edit event is set double click
countryGrid.setEditEvent(ListGridEditEvent.DOUBLECLICK). and it works
fine as shown there. checkbox field didnt get checked/unchecked on
single event.

but when i do this in my project. this thing is not working out. my
checkbox field(Boolean values) did get checked/unchecked even on
single click event. and i have set
listgrid.setEditEvent(ListGridEditEvent.DOUBLECLICK).

hope you guys understand what the problem i am facing. Thanks in
advance.

-- 
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