Page properties

Hi,

The documentation says that by clicking on an empty area of a page I should see the page properties, but the only properties I see are Layout and Access, whereas I want to see the Load Event etc?

Screenshot:

Cheers
Reg

You are looking at Radzen IDE documentation, not Radzen Blazor Studio.

Hi @SolutionJ,

In addition to what @enchev mentioned there is no Load event. You need to use the method editor and override the built-in Blazor methods such as OnInitializedAsync. You would still see a Load method if you have opened an app created with Radzen. More info about the differences is available here: Differences from Radzen | Radzen Blazor Studio

Many thanks for the explanation and help, Korchev