The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi,
I am getting the error msg ''EssentialGridObject'' is undefined when i try to run the ASP.net page that has databound grid. My webserver (windows 2003) is on a different machine than the development machine I am working. As told in the documentation (Important ASP.NET info), I changed the syncfusion dlls property''s ''Copy Loca'' to true. I am not sure what else I need to do. Please let me know ASAP.
Thanks in advance,
Kalyan
ADAdministrator Syncfusion Team May 11, 2005 05:03 PM
This is because the remote webserver does not have the WebGrid Images and Scripts installed.
By default, the GridGroupingControl will try to look for the Images and Scripts under the “/Syncfusion/Resources/GroupingGridWeb/” path, as specified in the ImageFilesPath and ScriptFilesPath of the grid control. So, you should create a “Syncfusion” virtual directory in the remote m/c, then the “Resources/GroupingGridWeb/” sub-directories, and finally copy over the Images and Scripts folders (can be obtained from the /Resources/GroupingGridWeb dir) from the Suite install m/c.
It should work fine then.
Regards,
Praveen