I need to get grid cell in method onCellClick in gridCellListener.

For example I have to highlight the grid cells while mouse clicking with
CTRL key pressed.
So it's easy to catch this event, but in methods parameters onCellClick I
have only 4 objects
GridPanel grid, int rowIndex, int colindex, EventObject e.

I thought it's possible to get grid cell by rowIndex and colindex but I was
mistaken.

Is there any solution how to get grid cell? I tried others listeners but had
the same result.

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