RadScheduler Web Api Binding

Thread is closed for posting
4 posts, 0 answers
  1. 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 31 Oct 2013 Link to this post

    Requirements

    RadControls version              2016.3.914
    .NET version             4.5
    Visual Studio version              2012
    programming language                C#
    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION

    From Service Pack 1 Q2 2013 RadScheduler can be bound to HTTP service using ASP.NET Web API. ASP.NET Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. ASP.NET Web API is an ideal platform for building RESTful applications on the .NET Framework.

    RadScheduler supports all CRUD operations "Create, Read, Update, and Delete” when it is using Web Api DataBinding. In this example we use EntityFramework Code First.

    Besides Telerik dlls RadScheduler Web Api binding requires references to Newtonsoft.Json.dll,  System.Net.Http.Formatting.dll, System.Web.Http.dll and System.Web.Http.WebHost.dll.


  2. A5F7E1A9-CBB5-485C-A7A9-64D77009648F
    A5F7E1A9-CBB5-485C-A7A9-64D77009648F avatar
    2 posts
    Member since:
    Jul 2015

    Posted 08 Aug 2016 Link to this post

    Hi there! I am trying to bind RadScheduler to Web API service, using Entity framework as a backend. The exaple project here uses an XML file acting as a database. My first question is there any other example project you can point me to, where Entity framework is used as backend and am I supposed to implement a custom Data Provider like the custom XML provider in this sample project for using Entity Framework?
  3. B0275695-26B0-48C0-B5B7-EDC0BC9F8E54
    B0275695-26B0-48C0-B5B7-EDC0BC9F8E54 avatar
    3080 posts
    Member since:
    Apr 2022

    Posted 11 Aug 2016 Link to this post

    Hello Anton,

    In such case we recommend implementing custom DB provider as for example it is explained here and implementing the CRUD operations for the appointment by using your entity model.

    Regards,
    Plamen
    Telerik by Progress
    Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
  4. A5F7E1A9-CBB5-485C-A7A9-64D77009648F
    A5F7E1A9-CBB5-485C-A7A9-64D77009648F avatar
    2 posts
    Member since:
    Jul 2015

    Posted 11 Aug 2016 Link to this post

    Thank you, I managed to deal with my issue.
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.