Hi Ahmad,
Thanks for using Syncfusion products.
Query#:- Cannot read property length of null
We are able to replicate the problem from your provided details. Further analyzing, we have confirmed this as Bug
“Script Error throws when we define null value for Columns property in StackedHeader Column” and logged it as
Breaking issue at our. At Syncfusion, we are committed to fixing all validated defects (subject to technological feasibility and
Product Development Life Cycle ) and will promise to include the defect fix in our
third week patch release of May 2021(19th may)
You can now track the current status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this link.
Until the release we suggest you to use the workaround solution to resolve the problem. Use Columns property with empty string instead of Null. Refer to the below code:-
<ejs-treegrid #treegrid [dataSource]='data' childMapping='subtasks' height='350' [treeColumnIndex]='1' [allowPaging]=true>
<e-columns>
<e-column headerText='Order Details' [columns]=""></e-column>
<e-column headerText='Shipment Details' [columns]='shipColumns'></e-column>
<e-column headerText='Price Details' [columns]='priceColumns'></e-column>
</e-columns>
</ejs-treegrid> |
Query#:- Cannot read property getService of undefined
We have checked the reported problem by preparing the sample in version 19.1.59 but we are unable to reproduce any issue at our end. Refer to the sample Link:-
So we request you to share the following details in order to solve the issue.
- Complete TreeGrid code example.
- Have you faced the issue in any specific scenario.(Enabling specific properties)
- Replication procedure of the issue.
- If possible replicate it in the above sample and revert us back.
Regards,
Farveen sulthana T