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.
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.