Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

The following exception is thrown when I try to specify Template in TreeGridPageSettings

 

Unhandled exception rendering component: Serialization and deserialization of 'Microsoft.AspNetCore.Components.RenderFragment`1[[System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]' instances are not supported. The unsupported member type is located on type 'Microsoft.AspNetCore.Components.RenderFragment`1[System.Object]'. Path: $.Template.
      System.NotSupportedException: Serialization and deserialization of 'Microsoft.AspNetCore.Components.RenderFragment`1[[System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]' instances are not supported. The unsupported member type is located on type 'Microsoft.AspNetCore.Components.RenderFragment`1[System.Object]'. Path: $.Template.
       ---> System.NotSupportedException: Serialization and deserialization of 'Microsoft.AspNetCore.Components.RenderFragment`1[[System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]' instances are not supported.

---------------

 

I believe it happens because TreeGridPageSettings.Template doesn't have [JsonIgnore] attribute as specified in GridPageSettings.Template.