Telerik blogs
  • Web

    How to Bind the Kendo UI Grid to a GraphQL API

    How to Bind the Kendo UI Grid to a GraphQL API_270x123
    This blog provides a comprehensive guide on how to setup the Kendo UI Grid component to perform CRUD operations through GraphQL queries and mutations.
  • People

    End-to-End REST from Server to Client

    devreach-presentation-recordings-small
    Designing and consuming web APIs is simple, but hypermedia-rich REST APIs can be daunting. At DevReach, Jimmy Bogard addressed this issue and demystified the complexity of hypermedia.
    July 13, 2018
  • Web

    Kendo UI DataSource Enlightenment

    In this article, I am going to offer a complete demonstration of a DataSource instance set up to perform CRUD operations on a remote RESTful JSON API via CORS. When I say "complete," I mean a complete demo that you can run locally containing both the code and the RESTful API.
    August 19, 2015
  • Mobile

    Using ASP.NET Web API Services in Mobile Apps

    Consuming web services from hybrid mobile apps is an essential part of enabling your app to take advantage of external services. In this post, we look at how easy it is to configure a mobile app to consume ASP.NET Web API services.
    November 27, 2013
  • Web

    Take a Walk on the Client Side with WebAPI and WebForms – Part 2

    It has been more than a year since the last time we discussed WebAPI with WebForms, and a lot has changed in that time. Microsoft has released a 1.0 release of WebAPI and Telerik now supports using WebAPI as a client-side datasource for many of our controls. In this article, I will show you how to configure WebAPI to work with one of Telerik’s most popular controls, our Grid for ASP.NET AJAX. Without changing the appearance of the grid, I will convert the grid from server-side databinding to client-side databinding and show you how it supports sorting, filtering and paging with WebAPI.