Thanks

I've found the solution.

        grid.addGridCellListener(new GridCellListenerAdapter() {
            @Override
            public void onCellClick(GridPanel grid, int rowIndex, int
colindex,
                    EventObject e) {

                if(e.isCtrlKey()) {
                    MessageBox.alert("click + ctrl key");
                }
            }
        });


2009/2/4 Litty Preeth <[email protected]>

> I think event.getCtrlKey() is the function for you.
>
> - Litty
>
>
> On Wed, Feb 4, 2009 at 3:23 PM, Mikhail M <[email protected]> wrote:
>
>> I need to capture the ctrl + mouse click event on grid.
>> Any suggestions regarding this are welcome.
>> Thanks
>>
>>
>>
>
> >
>

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