New to Kendo UI for jQuery? Download free 30-day trial

Create Duplicate Grid Rows

Environment

Product Version 2017.3 1026
Product Progress® Kendo UI® Grid for jQuery

Description

How can I create a copy of a Grid row when the user clicks a button?

Solution

  1. Use the built-in methods of the Grid to programmatically add a new row.
  2. Set the Grid model values based on the clicked row. As a result, the new row will be added at the top.

For more information on how to implement the suggested approach, refer to the following examples:

In this article