DataGrid Hyperlink CellRenderer

Need a hyperlink in a DataGrid? Want an event when someone clicks on it? Check out what Leif (my manager) and I did!

DataGrid Hyperlink CellRenderer – Source (ZIP)

Comments

12 responses to “DataGrid Hyperlink CellRenderer”

  1. mason Avatar

    strong work fellas!

  2. Tina Avatar
    Tina

    Well how do you add more entries?

  3. JesterXL Avatar

    Add more data to the dataprovider; either via dataGrid.addItem, or via the array you threw in the DataGrid.

  4. alimurat Avatar
    alimurat

    how do you use this for data loaded data connection wizard from an xml file?

    Thanks,

    alimurat

  5. james Avatar
    james

    How would you implement this in Flex? Trying, without success, to get a clicked cell within a datagrid to link to an associated Viewstack. I’m sort of amazed there’s no documentation on linking datagrid elements — if they rollover automatically, one imagines it shouldn’t be too hard to, in effect, getUrl. Or, in this case, a viewstack layer.

    Help! And thanks. James

  6. JesterXL Avatar

    Flex 1.5 or 2?

  7. ian Avatar
    ian

    how do you use this for data loaded data connection wizard from an xml file?

    i’m using the textarea component

  8. Rameshkp Avatar
    Rameshkp

    Dude.. the file is nomore available now.. im keen to know how to do it.. can u pls send me the zip..?

  9. Jack Linke Avatar

    Hey there. The attached file (From article at https://jessewarden.com/2005/01/datagrid-hyperlink-cellrenderer.html) is not found. Any possibility of getting the code? I’d really like to read it.

    Thanks,

    Jack

  10. Farhan Avatar
    Farhan

    i need the code too… iv implemeted this by

  11. Farhan Avatar
    Farhan

    navto and change even on datagrid.. plz send me the code if u can

  12. Dave Avatar
    Dave

    I’d love to get my hands on the source for your DataGrid Hyperlink CellRenderer to use in a project I’m working on. TIA