RadzenDataGridColumn property from no key entity

Hi everyone,

I have my DataGrid main entity that have an int column, and I have another entity (from DB view) that contains the int column and a string column with the description I want to see in the DataGrid as property.
The problem here that the view entity donwt have a key to my main entity. there is way to use the description from the view entity as a property of my DataGrid column?

Hi @Dvir_Levin,

Yes, there is. You can use the Template of the column do display the matching text from the id.

Thanks
Can you send me to an example for this?

Hi @korchev
Can't understand how. Can you post some code example?

Thanks