Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I am new to Telerik Kendo UI Charts. I was wondering whether we have to set data source from API or Web Service only?
Please help me.
Thanks in advance.

What I have tried:

Charts Overview - Components - Kendo UI for Angular[^]
Posted
Updated 2-Apr-19 4:56am
Comments
[no name] 2-Apr-19 9:51am    
What makes you think we know more than Telerik? Or are you asking to see if this is your lucky day?

https://www.telerik.com/

1 solution

The quick answer is Yes. Kendu UI is a client-side library so you would need AJAX to connect with your data via RESTful services or APIs. For more help on Telerik related controls, I would recommend you to post it at their dedicate support forums site: Discussions on Kendo UI for jQuery Forum - Telerik Forums[^]
 
Share this answer
 
Comments
anil.tuta 3-Apr-19 7:49am    
Can we use web methods from code behind files? like for example ../dashboard.aspx.cs as my entire application is developed in ASP.NET.
Vincent Maverick Durano 3-Apr-19 14:23pm    
In theory, Yes. You could even try with .ASPX or ASHX file. However, you would still need to use AJAX to connect with your Web Method. Check this article: https://www.mikesdotnetting.com/article/104/many-ways-to-communicate-with-your-database-using-jquery-ajax-and-asp-net

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