Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Actualy I would like to add a new row on click next row in kendo UI.

I want to click on Second Row of kendo grid (tr second row) and add a new row (tr third row)in kendo grid


<table>
<tr>  first row
<td>
1
</td>
<td>
2
</td>
<td>
3
</td>
</tr>

<tr>  Second row
<td>
11
</td>
<td>
22
</td>
<td>
33
</td>
</tr>
</table>
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900