Showing an undefined error on the edit template

When I enter a ng-template and load data, it is loading data on a grid but showing an undefined error on the edit template.


<e-column headerText='Navigation Menu Name'>

   <ng-template #template let-configPagesList>

      <p>{{configPagesList.pagename}}</p>

   </ng-template>

</e-column>



5 Replies 1 reply marked as answer

SK Sujith Kumar Rajkumar Syncfusion Team July 27, 2020 11:20 AM UTC

Hi Trazy, 

Greetings from Syncfusion support. 

We checked your reported problem but unfortunately were unable to reproduce it from our end as no errors were thrown on edit template with the column template in the Grid. Please check below sample for your reference, 


It would be helpful to identify your problem better if you could share us the below information, 

  • Share us the console error thrown on performing this operation.
  • Grid code file.
  • Syncfusion package version used.
  • If possible provide us a simple sample to replicate the problem or try reproducing it in the above provided sample. It would be helpful to narrow down the problem scenario and provide a proper solution based on that.

Note: If you are using older Syncfusion packages, we suggest you to update them to the latest version and check if the problem is resolved. 


Let us know if you have any concerns. 

Regards, 
Sujith R 


Marked as answer

TJ Trazy J Dozier replied to Sujith Kumar Rajkumar August 7, 2020 08:43 AM UTC

Hi Trazy, 

Greetings from Syncfusion support. 

We checked your reported problem but unfortunately were unable to reproduce it from our end as no errors were thrown on edit template with the column template in the Grid. Please check below sample for your reference, 


It would be helpful to identify your problem better if you could share us the below information, 

  • Share us the console error thrown on performing this operation.
  • Grid code file.
  • Syncfusion package version used.
  • If possible provide us a simple sample to replicate the problem or try reproducing it in the above provided sample. It would be helpful to narrow down the problem scenario and provide a proper solution based on that.

Note: If you are using older Syncfusion packages, we suggest you to update them to the latest version and check if the problem is resolved. 


Let us know if you have any concerns. 

Regards, 
Sujith R 


Hi, I finally inspected the elements and figured out that the other columns  without ng templates are directly writing data to the <td> elements. So, I removed the <p> element and now all working as expected.


SK Sujith Kumar Rajkumar Syncfusion Team August 10, 2020 06:45 AM UTC

Hi Trazy, 

We are glad to hear that. Please get back to us if you require any further assistance. 

Regards, 
Sujith R 



TJ Trazy J Dozier replied to Sujith Kumar Rajkumar August 11, 2020 10:41 AM UTC

Hi Trazy, 

We are glad to hear that. Please get back to us if you require any further assistance. 

Regards, 
Sujith R 


Yes, It is. Thank you for your reply Sujith. Yeh, definitely I'll come again with my issues to you. Have a nice day.


SK Sujith Kumar Rajkumar Syncfusion Team August 12, 2020 12:37 PM UTC

Hi Trazy, 
 
You are welcome. We will be always happy to assist you. 
 
Regards, 
Sujith R 


Loader.
Up arrow icon