The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
JSJonesherine Stephen Syncfusion Team December 23, 2016 09:31 AM UTC
Hi Salah,
We regret for the inconvenience caused.
We have analysed the reported issue with our sample. We are unable to reproduce the issue. Can you please revert us by modifying the sample based on your application along with the replication procedure? This would be helpful for us to serve you.
Disclaimer: We have removed bin and obj folder in the given sample for some security reasons, we must include necessary dlls to export TreeGrid control which is available in Essential Studio installed location.
MKMahalakshmi Karthikeyan Syncfusion Team January 2, 2017 11:50 AM UTC
Hi Salah,
Sorry for the inconvenience caused.
We have analyzed the given sample and came to know that the issue is because the child class didn’t have the definition for “subtasks” to specify its child. It is mandatory to define this property in both the parent and child classes to know its child count while exporting. Please find the below code example for details.
publicclasschild
{
//…
publicList<child> subtasks { get; set; }
}
We have also modified the sample and you can find the sample from the following location.