Hi,
Any ideas will be greatly appreciated. I cannot get past adding a Label to change the opportunities page UserId to show the First name of the User that created the record. Below is where I have gotten to, but adding a label field to the template of the UserId column will not accept the @opportunity.User.FirstName. What am I doing wrong?
Hi, thanks for the quick response.
I'm sure that is where I am, please see images for confirmation, the label text field will not accept the @oppertunity.User.FirstName, I think there must be something else I have left out or not done correctly.
You can use the binding editor to set the value of the label:
Check also if the Context of this template is set to opportunity
:
Thank you Enchev,
I got it to work, it looks like the Template default Context was set to 'context', so was not allowing me to link to the opportunity Context. I'm still new to c# and Radzen Blazor Studio (I am loving it so far), so when something goes wrong, it's frustrating that I don't know how it all fits together just yet.