Error while adding a Web Grid control in DotNetNuke

I have added a aspose Web Grid in a control page and place that control in DotNet Nuke. it is giving a JavaScript error "Syntex Error" and "Object Error". We are using in our project and this problem is a show stoper. Please suggest ASAP.

Ashish Khanna


This message was posted using Support 2 Forum

Hi Ashish,

Thanks for considering Aspose.

Which version of Aspose.Grid.Web you are using? Please try the latest version 1.9.1.

We will figure out and get back to you soon.

Thank you.

And what’s your .net version, .net1.1 or .net2.0?

Hi,

DNN is based on .net 2.0. So you may try to:

1. Set the GridWeb.XhtmlMode = false; // by default this property is true in .net 2.0

2. add this config section to the web.config:



This config prevent the control from using embeded client resource(images, scripts, etc.). And this config will only take effect with LICENSED controls.

3. Set the GridWeb.EnableSmartNavigation = false;

If you still encounter the problem after doing above things, let me know.

Thank you.

Hi ,

I tried the steps u have mentioned even then i am getting the same error. I am working on evaluation version of aspose 1.9.1.0 . I am unable to see the save and undo buttons of the gridweb.Also , is have done all the above steps which were mentioned by u. Does it really work in the licenced version.Your answer would be very important to us as we could decide on buying aspose gridweb.

I can share u the screen if u can provide the contactid.

please answer as soon as possible.

Regards,

Jairam

Hi Jairam,

Well, I think since you are not using the licensed version so it may cause the problem you are getting. Any how, we will get back to you soon.

Thanks for your patience.

Hi,

I made a minor mistake in the last post. The config value should be "/agw_client/", not "/agw_client_debug/".