Hi Suresh,
Thanks for contacting Syncfusion support.
We have analyzed your reported issue and it is cause due to missing of “Syncfusion.Javascript.Web” namespace from the “Syncfusion.EJ.Web & Syncfusion.EJ”. Hence, we should add these namespace under controls in web.config file.
Please refer following code snippet,
<pages>
<namespaces>
<add namespace="System.Web.Optimization"/>
</namespaces>
<controls>
<add assembly="Microsoft.AspNet.Web.Optimization.WebForms" namespace="Microsoft.AspNet.Web.Optimization.WebForms" tagPrefix="webopt"/>
<add namespace="Syncfusion.JavaScript.Web" assembly="Syncfusion.EJ.Web, Version=15.2451.0.46, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" tagPrefix="ej"/>
<add namespace="Syncfusion.JavaScript.Web" assembly="Syncfusion.EJ, Version=15.2451.0.46, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" tagPrefix="ej"/>
<add namespace="Syncfusion.JavaScript.Models" assembly="Syncfusion.EJ, Version=15.2451.0.46, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" tagPrefix="ej"/>
</controls>
</pages> |
We have also prepared a sample for your reference. Please find the sample location as below,
If the given solution doesn’t resolve your reported issue then please share your application, it will be helpful for us to serve you better.
Regards,
Jayakumar D