Dear Support team,
I am using WPF sfdatagrid in a project. I have defined a
GridHyperlinkColumn , but rather than showing the URL text, I would like to show a small link image that the user can click to open the url. This will save space in the table for more important details. Each hyperlink will show the same image, so I could probably create a resource for that (e.g. External Link_01 in Metro Studio).
How would I best approach this? Via an Image Column, Template Column or can I adjust the
GridHyperlinkColumn
in xaml?
Would it be possible to show the URL as a tooltip when hovering the cursor over the link image?
Any help would be appreciated.
Kind regards,
Niels
<sf:GridHyperlinkColumn MappingName="FK_URL"
HeaderText="FK"
DisplayBinding="{Binding FK_URL}"
AllowFiltering="True"
AllowEditing="False"/>
Attachment:
datatable_example_25bc2dab.7z