sample code

1 Answer 57 Views
General Discussions
Ganesh
Top achievements
Rank 1
Ganesh asked on 24 Mar 2022, 09:56 AM

I am trying to use 'kendo ui for jquery' with asp.net core web api, Can you please let me know where I can find the sample code for the same . I found examples on github for telerik ui for asp.net mvc but couldn't  find any examples for kendo ui jquery with asp.net core web api. Thanks. 

1 Answer, 1 is accepted

Sort by
0
Neli
Telerik team
answered on 29 Mar 2022, 06:40 AM

Hi Ganesh,

I would suggest you to take a look at the following Knowledge Base article regarding CRUD operations with a Web API back-end:

- https://docs.telerik.com/kendo-ui/knowledge-base/web-api-server-operations

You can clone the entire project demonstrating using the Grid with WebApi from the following Github Repository:

- https://github.com/telerik/kendo-examples-asp-net/tree/master/grid-core-webapi-crud

Note, that it is important to set the correct type for the dataSource:

dataSource: {
    type: "webapi",
    transport: {...},
    // other configurations

Regards,
Neli
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Ganesh
Top achievements
Rank 1
commented on 29 Mar 2022, 02:26 PM

thank you so much neli. 
Tags
General Discussions
Asked by
Ganesh
Top achievements
Rank 1
Answers by
Neli
Telerik team
Share this question
or