Version:17.4.39 - ERROR

hi,
i upgraded to the latest version and now when starting the app i get the following error:


line 122:

packagejson:

        "@syncfusion/ej2-angular-buttons": "17.4.39",
        "@syncfusion/ej2-angular-calendars": "17.4.39",
        "@syncfusion/ej2-angular-charts": "17.4.39",
        "@syncfusion/ej2-angular-dropdowns": "17.4.39",
        "@syncfusion/ej2-angular-grids": "17.4.39",
        "@syncfusion/ej2-angular-inputs": "17.4.39",
        "@syncfusion/ej2-angular-layouts": "17.4.39",
        "@syncfusion/ej2-angular-lists": "17.4.39",
        "@syncfusion/ej2-angular-navigations": "17.4.39",
        "@syncfusion/ej2-angular-notifications": "17.4.39",
        "@syncfusion/ej2-angular-popups": "17.4.39",
        "@syncfusion/ej2-angular-splitbuttons": "17.4.39",

clean re-install doesnt help and i am going to revert to the previous version.
or mabye do you have an idea what can cause this error?
thanks
regards
viktor

3 Replies

TS Thavasianand Sankaranarayanan Syncfusion Team December 23, 2019 10:29 AM UTC

Hi Viktor,  
 
Greetings from Syncfusion Forum 
 
According to your reported details , we can reproduce the problem when setting the property is not in a proper way. Therefore, we believe that you bound property as a strong type( ex: [width] = ‘auto’) and missed assigning the corresponding property value in ts (app.component.ts) file else you can assign property as below like code example. It is a general way of binding problem of angular properties.  
  
Please refer to the below sample.  
  
For Example: 
 
. . . . .  
<e-column field="field" headerText='Employee Image' width="auto"  
        textAlign='Center' >  
      </e-column>  
. . . .   
   
 
Still facing the issue, please share the complete grid rendering code. 
 
Regards, 
Thavasianand S. 



VI Viktor December 25, 2019 04:14 PM UTC

Hi,
but  this problem is disappeared after i upgrade to the version 17.4.40
so i suppose that it has been fixed in the latest version.
everything is fine now
thanks!
regards
viktor





SS Seeni Sakthi Kumar Seeni Raj Syncfusion Team December 30, 2019 11:18 AM UTC

Hi Viktor,

Greetings from Syncfusion.  
  
We are happy to hear that your problem has been resolved and you are good to go.

Regards,  
Seeni Sakthi Kumar S 


Loader.
Up arrow icon