RadzenImage

Hello,
In Radjen Blazor Studio, I dιd the steps as referenced in topic
User Management Pages.

In the 2nd step, it says to ' Drag and drop an Image component from the Radzen Blazor Studio toolbox. Set its Path property to '@user.Picture'`.

I cant assign the string property as value to the Image.Path property.

How to bypass this issue. Please correct the documentation also

This actually a binding and you can use the button at the end to set it.

This is what the Source code has.

<Template Context="user">
     <RadzenImage Path="@(user.Picture)" Style="width: 30px; height: 30px" />
</Template>