Hi community,
I wanted to ask how I can put links into a datagrid. My dataProvider is the folling xml
<xml>
<item>
<name>A name</name>
<url>A url</name>
</item>
<item>
<name>Another name</name>
<url>Another url</name>
</item>
</xml>
sure with some more items in it. Now I want to have a datagrid that displays the name as a label and when clicking on the row the url is opened.
Can anyone help me with that thing? I know some stuff about item renderes but I don't know how I can give the url to the item renderer. Maybe with a classfactory? But how can I control which url is given to the specific item renderer?
Thanks in advance
Sebastian