I have one more idea
If you r purpose is just to open the url present in the data grid..
For the datagrid add itemClick="crit_itemclick(event)"
then in the event handler you get get the column number.
If column number is the same as the link is present then you can do a
'navigateToURL' call to achieve ur functionality..


On Jun 22, 3:37 am, vikram <virendravikra...@gmail.com> wrote:
> Can anyone tellme  how to create a hyperlink from data stored in a
> datagrid. My datagrid is populated by JSP page using HTTPService. I m
> Listing HTML files of user correspondeing to there user name
> directory . Once i click on listed HTML files ,should be able to open
> corresponding files from directory in window. So how should i provide
> link to listed files in grid and how can i open files corresponding to
> there directory .
>
> Thanks
> Vikram

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to