Chapter Methods
deletes the specified task void deleteTask ( string ... Details The method invokes the onBeforeTaskDelete and onAfterTaskDelete events. See also API addTask , deleteLink Articles Basic Operations with Tasks
Chapter Methods
loads data to the gantt from an external ... Details The method invokes the onLoadStart and onLoadEnd events. Note that the method doesn't work in the ... Data Loading Server-Side Integration Dynamic Loading (on demand)
Chapter Methods
calls a message box of the specified type ... ) - specifies if Gantt should block keyboard events. true by default. hide (id): any - a ... Modal Boxes Change log added in version 4.0
Chapter Methods
opens the lightbox for the specified task void ... Details The method invokes the onBeforeLightbox and onLightbox events. See also API hideLightbox
Chapter Methods
makes all code inside it not to trigger internal events or server-side calls void silent ( function callback ... callback function Example See also Articles Server-Side Integration
Chapter Properties
'says' to open the lightbox while creating new events by clicking the '+' button boolean details_on_create ; Example Default value: true
Chapter Properties
makes the grid resizable by dragging the right ... Default value: false Related samples Grid columns resize events Details This functionality is available in the PRO ... Specifying Columns Change log deprecated since version 5.0
Chapter Properties
'says' to preserve the initial grid's width while ... Default value: false Related samples Grid columns resize events Details This functionality is available in the PRO ... PRO edition only. See also Articles Specifying Columns
Chapter Events
fires when the user is dragging the column's ... PRO Edition Example Related samples Grid columns resize events Details This functionality is available in the PRO ... also API onColumnResizeStart onColumnResizeEnd onGridResize Articles Specifying Columns
Chapter Events
fires when the user is dragging the grid's ... PRO Edition Example Related samples Grid columns resize events Details This functionality is available in the PRO ... also API onGridResizeStart onGridResizeEnd onColumnResize Articles Specifying Columns