Shidan

Dont' really got you point but here we go for a basic solution

<mx:DataGrid id="shidan">
          <mx:columns>
                   <mx:DataGridColumns id="linked">
                                       <mx:itemRender>
                                                       <mx:component>

<mx:linkButton label="Click here" mouseDown="
parentDocument.shidan.selectedIndex.navigateToURL("");"/>
                                                        <mx:component>
                                       </mx:itemRender>
                  <mx:DataGridColumns>
          </mx:columns>
</mx:DataGrid>

Best.

On 2/13/07, Shidan <[EMAIL PROTECTED]> wrote:

  How do I add a hyperlink in a DataGridColumn and for "the value"
displayed in the cell I want the link to be like this:

http:\\thesite.com\"the value"



--
----------------------------
Igor Costa
www.igorcosta.org
www.igorcosta.com
skype: igorpcosta

Reply via email to