Aspose cells gridweb client side functionality for submitting edit results in GridWeb

Hi Aspose team,

When we enter values in the aspose gridweb,we need to submit the edit results by clicking on the ‘tick mark’ symbol in the bottom taskbar.This action results in submitting the edit results in the GridWeb.

Can you suggest some client side ajax functionality which performs same functionality without postback ?
We tried to use the RunAllFormulas() function on server side but its not working as per our requirement.

Thanks,
Ved.


Hi,


We are sorry but we don’t provide such feature where you may directly get the updated values for formulas, we provide MS Ajax enabled feature on the server side, see the demo for reference:


You may try to use some client side events and functions if it may help a bit, see the demos for your reference:

Thank you.

Hi Amjad Sahi,

As you suggested the link for MS Ajax enabled feature on the server side.

I tried the online demo but when I click on submit result, there is a postback.

Kindly look into the matter.

Thanks,
Ved

Hi,


Well, Aspose.Cells.GridWeb is using MS Ajax options for this demo, so you don’t need to click on the Submit button for the values to be updated, the values should be updated instantly after you insert the input values in the respective cells. The demos are using some older versions of the Aspose.Cells.GridWeb, could you try downloading the offline demos and test the demos with latest version of the product (Aspose.Cells.GridWeb) if it works fine:
http://www.aspose.com/community/files/51/.net-components/aspose.cells-for-.net/entry294646.aspx

Thank you.