Hello List
This is something very simple but I can't find a demo in Showcase or elsewhere. I want to display text looking like links in ListGrid Cells which would participate in history mechanism - exactly what GWT's Hyperlink class does, But I can't figure out how to embed Hyperlink in Grid Cells.
ListGrid->createRecordComponent must return a Canvas - how does one turn Hyperlink into Canvas? I tried VLayout and embedding Hyperlink inside VLayout but that sent ListGrid rendering in some sort infinite loop :(
In short, How to display clickable links which are not really anchors but invoke click actions with History support?
Thanks in advance.
This is something very simple but I can't find a demo in Showcase or elsewhere. I want to display text looking like links in ListGrid Cells which would participate in history mechanism - exactly what GWT's Hyperlink class does, But I can't figure out how to embed Hyperlink in Grid Cells.
ListGrid->createRecordComponent must return a Canvas - how does one turn Hyperlink into Canvas? I tried VLayout and embedding Hyperlink inside VLayout but that sent ListGrid rendering in some sort infinite loop :(
In short, How to display clickable links which are not really anchors but invoke click actions with History support?
Thanks in advance.
Comment