Overview Sample Editing Modes RowMode with enable client script(Editing Template ON)Disable client script(Editing Template ON)NormalMode with enable client script(Editing Template OFF) Book No.Book NamePriceInHouseOwner 1N001Dynamic HTML$20Owen 2N002CSS Mastery$30Winnow 3N003JavaScript Ref$40Venture 4N004ASP.NET 2.0$25Lucky 5N005Programing Windows$27Owen 6N006Thinking C++$16Owen 7N007National Geographic$10Owen You can allow a row edit template to be displayed so the user can edit the contents of an entire row using a specified template or form. In the example shown here, the entire row of data is presented to the user as a vertical form with an Update and Cancel button at the bottom of the form. In most cases, you can use RowEditTemplateContainer for the template control. But the editing template can contain other kinds of controls. In these cases, you must develop code to update the data of these controls. When users double-click a row, the row edit template appears. Then users can edit the data of the row, and press the Update link button to commit changes or press the Cancel link button to discard the changes. The row edit template supports XML serialization so a custom editing template can be saved and loaded along with Spread. Documentation