Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have kendo Pie chart with 3 status

cancelled
completed
Inprogress

i wanted click event for every statu. for example if click on cancelled status in pie chart i want to show some grid same like wise if i click on completed some other data should be displayed

What I have tried:

i tried to find click event for individual but no luck
Posted
Updated 8-Apr-20 2:53am

1 solution

You must not have tried very hard. I googled "kendo pie chart click event", and got back several thousand results.
 
Share this answer
 
Comments
Chinnu2020 8-Apr-20 14:07pm    
I tried with below code
seriesClick: function (e) {
alert(e.value);
},

iam getting value instead when i click on that can i get the text .. say for example if click on cancelled item , i need cancelled text where i need to pass this and get data.

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