Overview Sample Font Arial Courier New Garamond Georgia Tahoma Times Verdana Size 1 2 3 4 5 6 Color Black Gray DarkGray LightGray White Aquamarine Blue Navy Purple DeepPink Violet Pink DarkGreen Green YellowGreen Yellow Orange Red Brown BurlyWood Beige ABCDEFGHIJ 1 2 3 Cost$8 4 Tax60% 5 SubTotal4.8 6 Total12.8 7 8 9 10 Sheet1 Sheet2 Sheet3 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. Documentation