TcxSchedulerGridConnection Events
The TcxSchedulerGridConnection component provides a link that connects the ExpressQuantumGrid and a scheduler.Name | Description |
---|---|
GridPopupMenuEvents | |
OnEditEvent | Allows you to perform any actions before showing the Event dialog. |
OnGetFieldAdapter | Allows you to customize links between scheduler storage fields and grid items. |
OnGridViewDblClick | Allows you to perform any actions after a grid site has been double-clicked. |
OnInitEditDialog | Enables you to customize the Event dialog’s settings before the dialog is displayed. |
OnInitializeItem | Allows you to make modifications to the grid’s item to be bound. |
OnNewEvent | Allows you to perform any actions before a user event is posted from a grid to the scheduler storage. |
See Also