Blazor Scheduler Example - ExpandoObject Binding
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
This sample demonstrates the usage of ExpandoObject data binding with CRUD operations in the Scheduler component.
The Scheduler supports dynamic data binding. The DataSource of the ScheduleEventSettings property can be assigned as a list of ExpandoObject instances.
In this demo, we have bound a dynamic list of objects as DataSource to Scheduler using ExpandoObjects.