|
»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.
[Select a cell to modify its attributes]
| | A | B | C | D | E | F | G | H | I | J |
| 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 | | | | | | | | | | |
|
|