This is a migrated thread and some comments may be shown as answers.

How to use SP2013 JSOM for Kendo UI CRUD?

1 Answer 113 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Frank
Top achievements
Rank 1
Frank asked on 11 Nov 2015, 12:49 AM

Hi,

 Just new in Kendo UI Grid and have been working on SharePoint 2013 JSOM model for a while based on AngularJS SPA. I found out that the OOTB sample of Kendo UI leveraged a lot of REST API/OData as the data source. Although SP2013 has _api for REST support, I just wondering what would be the best approach if I would like to use SharePoint 2013 JSOM library.

I am currently evaluating this control and try to achieve a basic inline edit/delete function inside Kendo grid. can anyone point me an sample for leveraging SharePoint JSOM instead of REST api?

Thanks

Frank Chen

1 Answer, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 13 Nov 2015, 09:26 AM
Hi,

We have decided to base our demos on the REST API as it matches the operation model of the Data Source component.

That said, you can hook the JSOM API by implementing a custom transport. This allows you to substitute the implementation for each CRUD operation.

I hope this helps.

Regards,
T. Tsonev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Frank
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Share this question
or