GridWeb - Formatting not saved

Hi,

Please download this latest fix: Aspose.Cells
for GridWeb v2.7.11.2001
and let us know your run results.

We have tested your issue in FireFox, IE and Safari, they all works fine, the file format can be saved.

However, we found, there is small issue with Safari when try to format a cell in format cell popup window, if user click font color or background button, nothing happens.

In Safari ,the choose color did not work, so we have fixed it.

fontdlg_l.js



// in safari

old code:

function chooseColor()

{

window.colorElement = btnFC;

window.colorChanged = OnForeColorChange;

window.open(“colordlg.htm”, “colordlg”, “chrome,dependent,dialog,modal”);

}



function chooseColor() {

var url = window.location.pathname;

var lastIndex = url.lastIndexOf(“/”);

var colordlghtml = url.substr(0, lastIndex) + “/colordlg.htm”;

window.colorElement = btnFC;

window.colorChanged = OnForeColorChange;

window.open(colordlghtml, “colordlg”, “chrome,dependent,dialog,modal”);

}



This also applies for: chooseBgColor and chooseBorderColor


Hi,

The issues you have found earlier have been fixed in this update. You may install the official release Aspose.Cells for .NET using its MSI installer and get the latest version of Aspose.Cells.GridWeb control at your installation folder(s).

Thank you.

Hi,


Please try our latest version of GridWeb (v2.7.13.xxxx) from our official release Aspose.Cells for .NET product v7.3.4:
http://www.aspose.com/community/files/51/.net-components/aspose.cells-for-.net/entry427232.aspx
We have fixed the issue filed as “CELLSNET-40838” in it.