GetEditModeActionControl | |
Type | message |
Dictionary | DataGrid |
Library | Data Grid |
Syntax |
|
Associations | datagrid |
Summary | Handle this message to specify a custom data grid action control. |
Example |
|
Related | Property: dgEditMode, edit mode action control, edit mode action select control, edit mode reorder control Command: EditModeShowActionControlForIndex, EditModeHideActionControl Message: EditModeActionSelectControlClicked, EditModeActionControlClicked, EditModeActionControlHidden, GetEditModeActionSelectControl, GetEditModeReorderControl |
Description | GetEditModeActionControl is sent to your data grid's custom row template. Handle GetEditModeActionControl if you want to specify a custom action control. Return the id of the control you want to display. Returning empty will result in no control being displayed. Handing this message will override the edit mode action control property. |