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?