Blazor problem rendering data returned from Web Api
问题 I'm hoping someone can suggest how I might figure out where this underlying problem is. I think it's serialization/deserialization not the grid. I am trying to render data returned from an ASP.NET Web Api using a Syncfusion Blazor Grid Component. The JliffDocument is from an open source library. Perhaps the fact that the object is made from composite types is a contributory factor but I can successfully serialize and deserialize the object graph within a unit test. E.g. TextElement implements