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
- Use the built-in methods of the Grid to programmatically add a new row.
- 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: