»Spread for ASP.NET  » Product Tour  » AJAX Support jump to:

AJAX Support

AJAX allows the component to refresh without refreshing the entire page. You can add AJAX support to the FpSpread component by setting the EnableAjaxCall property. This affects several features including expanding and collapsing child sheets in a hierarchical display, column sorting, inserting rows, and paging.

If the ClientAutoCalculation property is true, then after a cell value is changed, an AJAX call is made to the FpSpread component. Then the component calculates the formulas and sends the values to the client side. The component then updates the values at the client side.

Bold Italic Underline Justify Left Justify Center Justify Right   Cut Copy Paste

[Select a cell to modify its attributes]
 ABCDEFGHIJ
1          
2          
3 Cost
$8
       
4 Tax
60%
       
5 SubTotal
$4.8
       
6 Total
$12.8
       
7          
8          
9          
10          
11          
12          
13          
14          
15          
 Sheet1  Sheet2  Sheet3