Hey I am sorry :)

Thanks for your response.
I will try that out.

On Tue, Jun 30, 2009 at 1:40 PM, hezjing <hezj...@gmail.com> wrote:

> Hi Sowjanya
>
> I think your question should start in a new thread ;-)
>
>
> On Tue, Jun 30, 2009 at 3:51 PM, Sowjanya Yerramneni <y.sowja...@gmail.com
> > wrote:
>
>> Hi,
>>
>> Can anyone help me out explaining how to add a hyperlink in a cell for any
>> grid?
>> I could set simple data into my grid but unable to find out how to add a
>> hyperlink in one of the columns.
>> Please let me know.
>>
>
>
> Can you try if the following code works for you?
>
> public void onModuleLoad() {
>  Hyperlink link = new Hyperlink("Hello", "token");
>  Grid panel = new Grid(1, 1);
> panel.setWidget(0, 0, link);
>
> RootPanel root = RootPanel.get();
> root.add(panel);
> }
>
>
> --
>
> Hez
>
> >
>


-- 
-Regards,
Sowjanya.

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