ContextMenu
configurationConfigures the ContextMenus of the Grid.
contextMenu
Object|BooleanDefault: false
contextMenu.activate
FunctionFires when a sub menu or the ContextMenu gets opened and its animation finished. ContextMenu Events.
contextMenu.body
ArrayConfigures the items of the ContextMenu for the table body element. Those are some valid predifined tools: "separator", "create", "edit", "destroy", "select", "copySelection",."copySelectionNoHeaders", "reorderRow", "exportPDF", "exportExcel", "sortAsc", "sortDesc".
You can also specify a custom item and accosiate it with a command.
contextMenu.close
FunctionFires before a sub menu or the ContextMenu gets closed. You can cancel this event to prevent closure. ContextMenu Events.
contextMenu.deactivate
FunctionFires when a sub menu or the ContextMenu gets closed and its animation finished. ContextMenu Events.
contextMenu.groups
ArrayConfigures the items of the ContextMenu for the group elements in the Grid header. Those are some valid predifined tools: "separator", "moveGroupPrevious", "moveGroupNext".
You can also specify a custom item and accociate it with a command.
contextMenu.head
ArrayConfigures the items of the ContextMenu for the table head element. Those are some valid predifined tools: "separator", "create", "edit", "destroy", "select", "copySelection",."copySelectionNoHeaders", "reorderRow", "exportPDF", "exportExcel", "sortAsc", "sortDesc".
You can also specify a custom item and accosiate it with a command.
contextMenu.open
FunctionFires before a sub menu or the ContextMenu gets opened. You can cancel this event to prevent opening the sub menu. ContextMenu Events.
contextMenu.select
FunctionFires when a menu item gets selected. ContextMenu Events.