Datagrid Template Column - Context Attribut

I saw this on your demopage::

<Template Context="data">
<RadzenImage Path="@data.Photo" class="rz-gravatar" AlternateText="@(data.FirstName + " " + data.LastName)" />

But in my code it will not recognized

I suggest checking the forum FAQ for tips how to improve your post. It is unlikely to get much help right now.

Found the answer: The Context-Attribut works but will not be recognized in Visual Studio 2022 Intellisense