Can someone tell how to access that particular row of a Kendo Grid on right click using contextmenu option. I tried to give target as the Kendo grid class and inside the select functionality, i added grid.removeRow(e.target); (My requirement is to provide an option to remove a particular row.)
1 Answer, 1 is accepted
0
Boyan Dimitrov
Telerik team
answered on 21 Dec 2015, 09:00 AM
Hello Stefan,
As far as I understand the context menu is shown when user clicks on a table row? So basically the solution for this case is to call the removeRow method and pass the clicked row (e.target) as parameter. If you insist to delete a specific row that is not the clicked row (e.target) you can pass as parameter the exact table row element you want to delete.
If this suggestion does not help your current scenario please elaborate a bit more on your case. An example scenario will be helpful in order to understand what you are trying to achieve.
Regards,
Boyan Dimitrov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!