Hi
Any Client side event is available Once Aspose Grid Performing any operations
Ex:-
For formula containing cells once user modified any data in a grid it is taking some time to reflect the data - We need to stop the user to not performing any other operations once formula is executing so we need a client side event to handle this functionality
if you have any code snippets to achieve this functionality can you please share to us as a high priority
Thanks and Regards
James
Hi James,
Well, we recommend you to kindly try our latest version/fix: Aspose.Cells.GridWeb v2.7.23.xxx (you may get it after installing latest Aspose.Cells for .NET v7.6.0 package on your system). Well we already enhanced the control regarding processing and recalculations of formulas. I think displaying rendering or updating of data totally depends upon the volume or data set/ contents, formattings and especially volume of formulas in the cells etc. which a sheet has, if it has a long list of data, formulas or other objects, it may take a little more time.
By the way, in new versions, in the client slide javascript file of the control "acwmain.js" "acwmain.js"(@ your installation directory), we have set "needInitAligmentAdjust" to "false" by default, check it and set it to false if it is already not, it will minimize the time a bit.
If you still have the issue, kindly create a sample project (runnable), zip it and post it here to show the issue on our end, we will check your issue soon.
Thank you.