Is it possible to execute a method, when user clicks on any amount cell of pivot. Refer screen shot for more.
Thanks,
Mohan Pal
1 Answer, 1 is accepted
0
Dimitar
Telerik team
answered on 19 Dec 2018, 07:17 AM
Hello Mohan,
The Kendo UI PivotGrid provides a cellInfoByElement() method that returns the related information about a specific data cell element. It returns the column tuple, the row tuple, measure and the dataItem itself:
var info = pivotgrid.cellInfoByElement(e.currentTarget);
console.log(info);
});
Regards,
Dimitar
Progress Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items