Grid Web cells autoresize with firefox but not with IE

Hi,

I am using Aspose Grid.Web. 2.0.3.2000

When i load an Excel file in the GridWeb control, the web cells are resizing automaticaly with Firefox to show all the cells content, but with IE8 (i tried with IE7 compatibility mode too) they do not.

Am I missing something ?

I'm joining the file and screens.

Regards.

Hi,

Well, that is the behavior of the browser types. For IE browser which is the most compatible with GridWeb control, it will display the contents similar to MS Excel. To confirm, you can open the excel file into MS Excel (e.g 2007) manually, you can see that the contents in those cells are merged and the contents are not displayed completely. So, Aspose.Cells.GridWeb would display the contents similar to MS Excel for IE browsers.

As a workaround, you may extend the row heights for those cells in the template file.


Thank you.

Thank you for your quick answer.

I applied the proposed workaround with success.