GridWeb Uneditable Cells

Hi Aspose team,

We're currently updating our code using aspose version 8.4. I'm having an issue with testing the validation function since gridweb cells are still read only even we have set the value to false, as shown below:

gw[0,0].IsReadonly = false;

I also applied the .SetAllCellsEditable() attribute to the worksheet, but still it's not editable.

We noticed that there's a separate javascript file (acwmain.js) in one of the sample projects sent by one of the support team. Is it mandatory to reference this file? Or do we need to reference the license instead to make it fully working?

Regards,

Joyce

Hi,


Thanks for providing us some details.

Please make sure that you have added the following configuration settings in the web.config file in your project:
e.g


Here"grid" is a custom folder which you have added to your project and in this folder, you have copied “acw_client” resource folder from your installation directory (where you have installed Aspose.Cells for .NET with GridWeb control). Also kindly try our latest version: Aspose.Cells.GridWeb v8.5.1 (you may get it after installing our latest version Aspose.Cells.GridWeb v8.5.1 from Downloads module) and use acw_client folder which does have the most updated acwmain.js file.

If you still find any issue, kindly provide us a simple sample project (runnable) using Aspose.Cells.GridWeb v8.5.1, zip the project and provide us here to reproduce the issue on our end, we will check it soon.

Thank you.