Hi Marc,
Thanks for using Syncfusion Products.
We suspect that you have not added the ‘MvcResourceHandler’ in
Web.config file and so we suggest you to add the handler in the httpHandlers section of
Web.config file. Please refer the following code snippets.
Code Snippet:
[Web.config]
<httpHandlers>
<add verb="GET,HEAD" path="MvcResourceHandler.axd" type="Syncfusion.Mvc.Shared.MvcResourceHandler,
Syncfusion.Shared.Mvc, Version=11.4400.0.26, Culture=neutral,
PublicKeyToken=3d67ed1f87d44c89" validate="false" />
</httpHandlers>
For your convenience we have created a sample and
the same can be downloaded from below link.
Please let us know if you have any queries.
Regards,
Alan Sangeeth S
Attachment:
GridSample1_fd34e014.zip