Spread ASP.NET 6.0 Product Documentation
Update
Send Feedback
Spread ASP.NET 6.0 Product Documentation > Client-Side Scripting Reference > Scripting Members > Methods > Update

Glossary Item Box

Saves the changes to the Spread object on the client back to the server.

Syntax

[JavaScript]

FpSpread1.Update();

Parameters

None

Return Type

None

Remarks

This method is similar to pressing the Update button on the command bar. This method causes a postback to occur. When this method is called, the Update event is rasied on the server.

Example

This is a sample that contains the method. On the client side, the script that contains the method would look like this:

JavaScript Copy Code
<SCRIPT language=javascript>
   function onUpdateButtonClick() { 
       FpSpread1.Update();    // updated to server
   } 
</SCRIPT>

See Also

UpdatePostBackData | Cancel | Scripting Members

© 2002-2012 GrapeCity, Inc. All Rights Reserved.