Starts edit mode for one row when the edit template is enabled.
Syntax
[JavaScript]
FpSpread1.Edit(0);
Parameters
- row
- Integer, row index
Return Type
None
Remarks
Starts edit mode for one row when the edit template is enabled. The Developer’s Guide has more information about creating row edit templates. This method causes a postback.
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 RowEdit() { FpSpread1.Edit(r); // start edit mode } </SCRIPT> |
See Also
StartEdit | onEditStart | onEditStopped | Scripting Members