Blazor Scheduler Example - DynamicObject Binding
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
This sample demonstrates the usage of DynamicObject data binding with CRUD operations in the Scheduler component.
DynamicObject can be bound to the Scheduler by assigning it to the DataSource of the ScheduleEventSettings property.
The GetDynamicMemberNames method of DynamicObject class must be overridden and return the property names to perform data operations and editing while using DynamicObject.