Radzen Dialog parameter passing

I have a project using Radzen 4.34 and I can pass parameters fine when I call a page using Dialogs, but in my new project, with lastest version of radzen passing parameters absolutely doesn't work and parameters are always set to their default values (aka null and 0 for int)
is this a bug? because I know I'm doing everything right. It kept me up till 4 am with no luck.

Hi @Parsa,

There are no known issues with passing dialog parameters. Not sure what could be causing it. Did you compare your implementation with our online demo?

1 Like

My bad,
Apparently, in page's creator method, passed properties are not loaded yet, I retrieved them in the "OnInitializedAsync" and I was good to go!
Hope my post saves someone else in the future haha.