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