Hello!
I use this
How I can in js method "editplan" get line in which was clicked my custom button
Because If I use:
I can select first element in grid and press button in other element(and I get Id from first element)
I have attached a picture that shows it(error) :
And please answer me, you don't forget to answer me?
I use this
command.Custom("edit").Click("editPlan");
Because If I use:
var grid = $("#Grid").data("kendoGrid");
var Id= grid.dataItem(grid.select()).Id;
I have attached a picture that shows it(error) :