Dropdown datagrid failing to identify the ${event.Id}

hey guys,

i have a wierd issue here i'm trying to get a dropdown datagrid to trigger a function based on the row click. it's fairly simple. but for some reason it's throwing an error

the setup is simple, i have a ddl datagrid with a load which get's the required data, it's bound correctly and loads correctly when the DDL is clicked

in Radzen i have a 'Change' event which calls a function and parses the ID using an ${event.Id}

if i hard code the ${event.Id} to ${Guid.Parse("some table GUID")}

then it all works.

however when using the event.Id i'm throwing this error.

so question is, for a drop down list datagrid chage event is there some trick you need to know to get the ${event.Id} which is how i get event ID's etc in other datagrids.

The exception says all - the ${event} object is the Guid value itself.

thanks Enchev,
i changed to ${event} only and it's now working as expected.

I got caught as it's a different pattern to interacting with a normal datagrid

thanks for your help