Hi, I'm a new member and I'm new to GWT. In the past week I've made
quite good progress setting up an application to read data from mysql,
and via rpc, populate combo boxes and grid on the client side.

However, I'm stumped when it comes to returning records/fields back
out out of the grid in response to user clicks. I have set up grid
listeners to respond to clicks on cells, rows etc and they return me
the relative integers no problem. But how do I get at the actual
values in the fields.

I've managed to work out I have to get the store out of the grid and
get the record/field that I want out of the store but I'm stuck with
the sequence of code that I need. And it's the one thing so far for
which I have not been able to find an example.

Any help and code sample would be very very much appreciated.
Raz65

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to