Can not change worksheets?

Hi,

I have two worksheet added to my WebGrid.

When I run my application, on page I can not change Sheet. Even when I click to sheet2 Tab, it is not doing autopost.

Any idea?

Thank you,

Hi,

Which version of grid are you using? And what browser are you using? Please upgrade to the latest version and try again. You may download the latest version 1.9.2.7 through this link:

<A href="</A></P> <P> If the problem is still there after upgrading, please post your sample project here.</P> <P> Thank you for considering Aspose.</P> <P> </P>

Thank you for your help,

I do not have problem when I create http webapplication. I can see multiple worksheet on my page and can select diffrent worksheet.

If I use filesystem webapplication then I am having problem about not allow to access diffrent worksheet. Also I can not see icon image like save, undo etc.

Thank you,

Hi,

Well, Aspose.Grid.Web works fine in HTTP mode, It might have some problems with File System mode. We will check and enhnace it soon for File System mode.

Thank you.

Hi,

At FILE MODE, you should add some config settings to the web.confg

add this config section to the web.config:

<appSettings>
<add key="aspose.grid.web.agw_client_path" value="http://localhost/agw_client/" />
<add key="aspose.grid.web.force_script_path" value="true" />
</appSettings>

This config prevent the control from using embeded client resource(images, scripts, etc.). And this config will only take effect with LICENSED controls.

For more information, please check these links:

Thank you for considering Aspose.