Hello Radzen Team!
I'm working in the Radzen IDE where I'm adding a Template to a DataList that has a label and a button. I've changed the Value of the Label control to ${data.Id} and it renders the value correctly. I've then added a Click Event to the button on the Template:
But trying to access the ${data.Id} in the Click Event causes:
'object' does not contain a definition for 'Id'.
I wanted to make sure that I was using the IDE correctly, so I added a DataGrid through the automatic CRUD generators to verify the Click Event for the delete button and it appears to be setup the same way (other than the confirmation dialog and the data source method):
Any guidance on this?