Problem using Aspose Grid inside an UpdatePanel

Hi, I have the aspose grid control inside an UpdatePanel, after clicking on "Save Edit Result" (the icon located on the bottom bar with a diskette image), the application throw the following exception:

Sys.InvalidOperationException: Couldn't find UpdatePanel with ID "UpdatePanel1". If it's being updated dynamically then it must be inside another UpdatePanel.

Well, I am not using any other UpdatePanel. I hope you can help me.

Hi,

Thanks for considering Aspose.

Are you using the GridWeb component with Asp.Net AJAX?

We will figure out and get back to you soon.

Thank you.

Hi, I am using ASP NET AJAX Extensions.

Hi,

By default, the aspose.grid.web control recalling the host page to get it's client files such as images, client side scripts and htmls. This will enable you run the application without deploying any client side files. But it maybe cause some problems in some cases. I think it maybe incompatible with your UpdatePanel control. So you should disable this feature by adding some config items to the web.config:





Note: this will take effect only with a licensed control.

Thank you for considering Aspose.