Hi pooja,
Thnaks for response.
 Actually i m loading data in DataGrid using DataProvider attribute of
datagrid. So how can i provide value of label as a seperate data .And
also u r suggesting to get index of column that is clicked how can i
achieve this . is there any reference link or code for that .

Thanks
Vikram

On Jun 22, 2:31 pm, Pooja Ghelani <poojaghel...@gmail.com> wrote:
> <mx:DataGridColumn >
>      <mx:itemRenderer>
>            <mx:Component>
>                  <mx:LinkButton label="{}">
>                  </mx:LinkButton>
>            </mx:Component>
>      </mx:itemRenderer>
> </mx:DataGridColumn>
>
> hey vikram u can do smthin like this where label in LinkButton will hv the
> data from ur JSP page.
> Also u can get the index of the column that was clicked.
> so u can write a function on that n open the corresponding files.
>
> Hope it was helpful...
>
>
>
> On Mon, Jun 22, 2009 at 1:07 PM, 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- Hide quoted text -
>
> - Show quoted text -

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