Hi Satheyaraaj,
Thanks for contacting Syncfusion support.
To render the Grid we need to register the required Assemblies within the Default.aspx page. The mentioned issue is occurred when not register the Syncfusion.EJ assembly in page or web.config file. Refer to the code example as below.
<%@ Register Assembly="Syncfusion.EJ.Web, Version=14.1450.0.41, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" Namespace="Syncfusion.JavaScript.Web" TagPrefix="ej" %>
<%@ Register Assembly="Syncfusion.EJ, Version=14.1450.0.41, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" Namespace="Syncfusion.JavaScript.Web" TagPrefix="ej" %>
<%@ Register Assembly="Syncfusion.EJ, Version=14.1450.0.41, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" Namespace="Syncfusion.JavaScript.Models" TagPrefix="ej" %>
|
Refer to the Help Document in following link.
If you still face the issue, kindly share sample or modify the attached sample as issue reproducible.
Regards,
Balaji Marimuthu