Aspose.Grid.Web - how to use updateData(bool cancelEdit) client side function

Hi,

I am uisng Web Grid and trying to auto calculate the formula's on the client side, if that is possible. I am hoping that this function, updateData(bool cancelEdit) can do that on the client side. But, I not sure how to use it, can you please provide me with an example?

Thanks,

Vineet

Hi,

Currently the grid support AJAX feature. You need not to write any code to calculate the formulas. Just set the GridWeb.EnableAJAX to true. The grid will recalculate all the related cells when a cell's value has been changed.