Need More Info
Last Updated: 07 Mar 2025 09:43 by ADMIN
Christopher
Created on: 28 Feb 2025 20:36
Category: UI for Blazor
Type: Feature Request
0
Add support to Scheduler for an OnRead event with Datasourcerequest & data similar to other Data components
I want a similar server-side filtering experience with the Scheduler as we have with Grid. An OnRead event would fire and include a SchedulerReadEventArgs. The DataSourceRequest would include filters for the current view - day, month, etc (and additional filtering if/when a built-in filter is available). SchedulerReadEventArgs would take Data & Count result of appointments. The benefit is similar to Grid Paging in that the result set would be bound by the relevant range of the scheduler.
3 comments
ADMIN
Stamo Gochev
Posted on: 07 Mar 2025 09:43

Hello Christopher,

Can you provide more details on the suggestions:

1. What is the main goal that you want to achieve? Is it connected with improving the performance of the component or something else?

2. Currently, the views provide a start and end date parameters, which are configured by the developer, so these values should be known. Can you clarify how do you expect these values to be processed? 

3. Can you prepare a code snippet (even with pseudo-code) that shows what is expected as a configuration?

4. What is the real-world scenario that you want to cover that requires the need for an "OnRead" event handling as described in your post? This will help us evaluate the case with more context.

Regards,
Stamo Gochev
Progress Telerik

Enjoyed our products? Share your experience on G2 and receive a $25 Amazon gift card for a limited time!

Christopher
Posted on: 28 Feb 2025 21:05
A sub-request, I would like to be able to get the Scheduler's Start and End datetimes as properties based on the current view and date.
Christopher
Posted on: 28 Feb 2025 20:49
I should clarify part of the idea - that the filters (akin to paging) would add StartField and EndField filters based on the range of the current view.