Articles
41 - 50 entries are shown from 185 total found

Sorting Columns

Chapter Configuring Grid
dhtmlxGantt allows you to sort data in the ... the API call (can be called from some event or action, i.e. a button click or ... To sort the grid on some action or event (i.e. button click or page load), call ... the task by setting sort to that field

Filtering Tasks

Chapter Configuring Grid
Filtration allows you to manage the number and ... client-side filtering. To filter data, use the onBeforeTaskDisplay event and return: true , for a task you want ... data of a split task, apply the onBeforeSplitTaskDisplay event. You can have a look at the video ... guide that shows how to implement filtering tasks.

Template Control

Chapter Configuring Lightbox Elements
A container with some HTML content inside. Related ... of the control with the help of some event, e.g. the onBeforeLightbox event: Properties The following properties are mostly important and ... section will take focus on opening the lightbox

Adding/Updating/Deleting Links

Chapter Configuring Dependency Links
In this chapter you'll learn how to do ... presupposes following the steps below: capture the onLinkDblClick event; cancel the default handler; display a popup from the event handler. On the last step you can either ... edit-lag popup implementation: Related sample:   Edit-lag Popup

Configuring Gantt Chart

Chapter Guides
Configuration Gantt Layout Resource Management Event Handling Multiple Charts on a Page Peculiarities of ... of Gantt Instance Using Gantt on the server

Resource Management

Chapter Configuring Gantt Chart
Available only in PRO Edition This functionality is ... it via the serverList method from the onParse event of the data store: Expanding resources panel It ... , it should have the default:true config specified to prevent automatic creation of a such a group. Please ... of tasks grouped by multiple resources is impossible.

Dynamic Loading (on demand)

Chapter Loading and Saving Tasks
Available only in PRO Edition This functionality is ... the expanded item. You can use the onBeforeBranchLoading event in order to modify the request url or ... in the How to load tasks dynamically article.

Export/Import for Excel, Export to iCal

Chapter Exporting and Importing Data
The dhtmlxGantt library allows you to export data ... ( string,number ) a property of the event that will be mapped to the column 'header' ... format. Calling the export method with optional properties

Setting up Scale

Chapter Configuring Scales
The configuration of scales is specified via the ... necessary logic inside the handler of the onTaskDrag event: Related sample:  Re-rendering Scale during Task Dragging Displaying ... label width is smaller than the cell width:

Select Control

Chapter Configuring Lightbox Elements
A drop-down list box. Related sample:  Select control ... onchange - ( function ) specifies the 'onChange' event handler function for the section's control Populating control ... dhtmlxConnector Here is a sample of dhtmlxConnector initialization:

Back to top