KENDO Grid control – KENDO DataSource
Introduction
The post “KENDO Grid Control” explains the summarised information.
In this post, I will explain how a Sharperlight Published Report (Query) behaves as an API Endpoint and how it can be used to create a KENDO DataSource object.
Details
I am showing three functions that create KENDO DataSource objects, which are used for KENDO controls such as DropDownList and Grid.
This is for creating the Kendo DataSource using the Warehouses published report as the data source.

This is for creating the Kendo DataSource using the Items published report as the data source.

This is for creating the Kendo DataSource using the Lines published report as the data source.

See “KENDO DataSource object using a Published Report (Query)” for more details.
Afterword
This shows what I created and you can find out what we can do with KENDO DataSource Object with their web publications here.
