Blazor RadzenDataGrid image as link

Hi. I'm unable to get a image in a column work as link. where is my error?

<RadzenDataGridColumn TItem="Order">
            <Template>
            <RadzenLink Icon="accessibility" Path="edit.html" Text="Edit">
                 <RadzenImage Path="images/buttons/btn_edit.png" />
            </RadzenLink>
            </Template>
</RadzenDataGridColumn>

There is no ChildContent for RadzenLink:

1 Like

I've just added support for this and it will be part of our next update Monday:

1 Like