Scheduler example with web service filtering

1 Answer 10 Views
Data Source Scheduler
FIMS Computing Services FIMS - UWO
Top achievements
Rank 1
Iron
FIMS Computing Services FIMS - UWO asked on 30 Apr 2024, 08:22 PM

Hi,

Is there an example of a scheduler consuming a web service for meetings that doesn't expect all meetings to be returned.

I am migrating from a server side based application that used ASP.NET AJAX and that version of the scheduler required you to implement a provider that implemented a GetAppointments( RadScheduler owner ) where the owner object had the start and end dates of the visibile scheduler.

I would like to run a client side page with a Kendo UI for jQuery scheduler and then perform a web service call equivalent to the above GetAppointments. But all the examples I have found return all meetings which is not possible since we are reading from a database with many years of meetings.

The documentation 

 read: {
    dataType: "jsonp"

1 Answer, 1 is accepted

Sort by
0
Accepted
Nikolay
Telerik team
answered on 03 May 2024, 12:56 PM | edited on 03 May 2024, 12:56 PM

Hi Charlotte,

Below I am posting resources on server operation through the Scheduler:

Please note some resources concern the Kendo UI for MVC Scheduler but since MVC components are wrappers of the jQuery ones the implementations are valid for jQuery Scheduler.

Regards,
Nikolay
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
FIMS Computing Services FIMS - UWO
Top achievements
Rank 1
Iron
commented on 03 May 2024, 01:12 PM

Hi Nikolay,

Thanks so much for this.

This article https://docs.telerik.com/aspnet-mvc/html-helpers/scheduling/scheduler/server-filtering was exactly what I was looking for.

Charlotte

Nikolay
Telerik team
commented on 08 May 2024, 08:56 AM

Hi Charlotte,

You are most welcome. I am happy to hear what I shared is helping you move forwards.

regards,

Nikolay

 

Tags
Data Source Scheduler
Asked by
FIMS Computing Services FIMS - UWO
Top achievements
Rank 1
Iron
Answers by
Nikolay
Telerik team
Share this question
or