Skip to content

Commit e823326

Browse files
kb(scheduler): load on demand (#486)
1 parent c229030 commit e823326

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Scheduler backend filtering
3+
description: How to load scheduler events (appointments) on demand from the backend page by page?
4+
type: how-to
5+
page_title: Load Scheduler appointments on demand
6+
slug: scheduler-kb-lod-server
7+
position:
8+
tags:
9+
ticketid: 1531423
10+
res_type: kb
11+
---
12+
13+
## Environment
14+
<table>
15+
<tbody>
16+
<tr>
17+
<td>Product</td>
18+
<td>Scheduler for Blazor</td>
19+
</tr>
20+
</tbody>
21+
</table>
22+
23+
24+
## Description
25+
How do I "page" the scheduler data? I want to load on demand only the currently visible appointments in the view from the backend to improve performance.
26+
27+
## Solution
28+
You can use the events the component provides to pass the current view and date to the data service so it can implement a high performant query to return only the necessary items, instead of returning all available appointments.
29+
30+
You can find an example in the following sample project: [Scheduler - Load Appointments On Demand](https://github.com/telerik/blazor-ui/tree/master/scheduler/load-appointments-on-demand)

0 commit comments

Comments
 (0)