Hello Dear Syncfusion-Team,
i have a problem to load Data in my DataGrid. When i try to
load a virtual property. I have two classes Category and CategoryBody. In
CategoryBody i have a virtual Porperty Category. I want to access the
properties of the class Category and output them in my table. Here is my Code:
Category Class: I want to access the Description property
CategoryBody class with the virtual Property Category:
Razor Page with DazaGrid: I try this way to access the Description property from Category class
Output: The Description Column is Empty