GridWeb Problem

Hi,

After further investigation, we think you should skip process a url which contains "acw_ajax", then the issue should be disappeared.

Thank you.

Hi,


The following code should work fine:

protected void Page_Load(object sender, EventArgs e)

{<o:p></o:p>

if (!Request.Url.ToString().Contains("acw_ajax"))

{

//add client’s code to here

}

}<o:p></o:p>



Thanks,

Hello,

I'm sorry for the delay in the response.

We had to focus our attention with other developments, since we could not use your solution to solve the problem. But right now this is our top priority.

Although the solution you provided works in the first example, it does not work with our solution. I've uploaded a more complex example that shows the problem. Just run it and try to change tabs in the grid, and you will find that the application reports a jscript error, similar to the one we've reported earlier.

We could really use some help with this, since this is now our main focus, regarding this application.

Best regards.

Hi,


thanks for your feedback.

We have logged it and we will investigate to look into your issue soon. We will get back to you.

Thank you.

Hello,

Do you have an estimated time of resolution for this problem?

We cannot advance with further developments, as long as this issue is not solved.

Thanks in advance.

Hi,


I have asked the concerned developer to update on the issue. Also, if we have an eta, we will share it here soon.



Thank you.

Hi,


We have checked your new project, and we find that for the second question you asked, it has no relationship with Ajax, but for your code, you should change the line of code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

to:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

it will be OK for your needs.

Thank you.

Hello,

Although the solution you provided, allows for us to change between sheets, it still does not solve the entire problem. If you open the spreadsheet we use as template in our example, you'll notice that we have several formulas in order to calculate the total sum of a column. Using the solution you provided, the sheet does not update when we introduce values.

Can you help with this issue?

Thanks in advance.

Hello,

Although the solution you provided, allows for us to change between sheets, it still does not solve the entire problem. If you open the spreadsheet we use as template in our example, you'll notice that we have several formulas in order to calculate the total sum of a given column. Using the solution you provided, the sheet does not update when we introduce values.

Can you help with this issue?

Thanks in advance.

Hi,


We have logged it and will investigate it further soon. Once we have any update, we will let you know here.

Thank you.

Hi,

For your latest test project, please streamline your project , we did some search and find it is very very complex, we could not find reason for the bugs in several hours, but when when we used the excel file in a standalone project , it works well.

If you still find problem, then please provide us simplified sample code to replicate this bug. We will look into it and help you asap.

Hello,

We will supply you a simplier version of this project. We started out by sending this more complex approach, in order to replicate the environment we currently have in our project.

We'll send it, as soon as we isolate the problem, in a more basic manner.

Best regards.

Hello,

The attachment we send in this message, is a simpler version of the project we've sent earlier.

It's only an aspx page with a panel, and a GridWeb control inside that panel.

When you first load the page, it imports an excel file, to use as a template.

Since a template file was loaded, several formulas were loaded into the GridWeb control. The cells that contain formulas were supposed to be updated as soon as any value is inputed, but you will notice that the update does not occur until a postback also occurs. The cells update fine when you change tabs, or press the submit button.

We would really appreciate some help on this.

Thanks in advance.

Hi,

Thanks for your help.

We will look into it and update you asap.

Hello,

Are there any news on this subject?

Thanks in advance.

Hi,

I have requested an update for this issue and logged your comment.

Once, we will get some update, we will let you know asap

Hi,

I have re-added your comments in our database. Development team will look into your issues and we will hopefully provide you some update asap.

This issue has been re-logged as CELLSNET-40267.

Hi,

We have fixed this issue. Please download the latest version: Aspose.Cells for GridWeb v2.7.1.2002

Hello,

Thanks for your reply.

The dll you provided, has fixed the cells not updating properly issue. But the grid still shows the hidden cells.

How can I import an excel file, while keeping the hidden cells not visible?

Best regards.

Hi,

Thanks for your feedback.

Please verify if it is related with this thread or your other thread.

Current Thread: GridWeb Problem - Some More Issues By Ruben Fazendas