Changes log (txt file) Using custom CSS from 13.3 to 14.0 Upgrading from 9.3 to 10.0 Upgrading from 5.9 to 6.0
Angular Ember Express React Svelte Vue Other frameworks NodeJS server SalesForce LWC
Simple examples Basic information Creating grid Deleting grid Reloading grid Rendering grid Accessing grid by API
Communication types AJAX communication AJAX SOAP envelope Submit communication Directly included data Data from JavaScript Cross domain / local load by JSONP Sessions (AJAX) Server response (AJAX) Synchronous communication (AJAX) Caching (AJAX) API (AJAX)
Settings for data download Layout XML structure Data XML structure
Settings for data upload API for upload XML structure sent to server
XML structure of download changes XML structure of request for a cell Synchronizing data with server
Complete list of tags Internal XML format Short XML format Extra short XML format DTD XML format JSON format
Cell type Cell format Dynamic format Dynamic type Cell value Reading / writing attributes by API Cell HTML Cell default Range or more values in one cell Cell with link URL Cell hint Cell tooltip / title Cell popup menu
Cell editability Dynamic editing Locking Defaults list Suggest list (auto complete) Tags input Changing cell value Mass cell change Clearing cells Editing cells Controlling <input> tag by JavaScript Input validation and restrictions Side checkbox Cell selecting
Basics Formulas Mathematical functions Aggregate functions Special functions for actions Custom functions
Basics Suggest list (auto complete) Defined names Actions for choosing cells Conditional functions Lookup functions Cell reference functions Logical functions Informational functions Mathematical functions Trigonometry functions Rounding numbers Number conversions String functions Date functions Summary functions Custom functions
Introduction Right side Button Left side Icon
Column span Row span Dynamic spanning
Basic grid style Sizing and scaling - responsive design Dynamic cell style attributes Cell CSS class Cell background color Dynamic cell border Cell HTML style Row color alteration Cell mouse cursor
Format Calendar component Dates dialog Localization
Introduction Definition Related lists Enum specific Radio specific
Checkbox - BoolIntroduction Basic clickable button Switch button Radio / tab button Menu button Combo switch button Combo radio / tab button Special Space rows with buttons
Definition Standard fast panel Custom panel
Html type EHtml type (editable) Icon type Abs type List type Editable Link type Editable Img type DropCols type Upload File type
Column basics Column index Column visibility Column visibility menu Column selecting Column tree Auto column tree Column position and moving Column adding and copying Column deleting Column width Column API
Rows by functionality Rows by position Row name Row id Row index
Description Example of default rows Example of changing default row Attributes
Tree attributes Actions & API for expand / collapse
Setting row id attribute Row id attribute in tree Row id created from cell values API for row ids
Row visibilityFive ways of adding rows to grid Adding and copying restrictions Adding new empty rows Copying existing rows
Row deleting Row moving and dragging Row selecting Row height Row API Space rowsSort settings Controlling sort position Comparing strings Sorting actions Sorting API
Group settings Creating groups Comparing strings Created group rows <D Group='1'/> User interface to choose grouping Grouping actions and API
Filter settings Comparing strings User interface to choose filter Filter actions and API
Search settings User interface for search Search actions and API
Print settings Choosing items to print Page size Print API
Introduction Client side settings Printing options Client side API Server side API Data sent from client to server
Introduction and export types Basic settings Styling export XLSX export Gantt export CSV export Old XLS / XHTML export Export API Communication with server Client export Server export
Basic settings Sheets manipulation
Copy & paste permissions Copying to clipboard Pasting from clipboard
Introduction External master - detail grids Nested master - detail grids Synchronizing grids Other attributes for master - detail
Pivot attributes & API Pivot formulas
External objects (custom JavaScript objects) Undo & RedoGantt objects list Display settings Edit settings
Definition of main bar and plans Main bar as Task Edit settings Main bar content and side html Tip on mouse hover Vertical position and height Style specific attributes API to manipulate Main bars Actions Side text (deprecated) Real Flow (deprecated)
GanttRun Definition Extended definition Run bar as Task Edit settings Save format Selecting Run boxes Run box content and side html Tip on mouse hover Box identification Vertical position and height Style specific attributes Overlaid (Error) boxes Containers for more boxes Dragging - moving and resizing API to manipulate Run boxes Actions Run special formulas
Main for Main Main for Run Editable Main Editable Run
Flag - icon with text Point - math points
Header - column captions Cell and column Background Vertical movable Line Mark & Progress line
Zoom options Chart size limits Zoom selection Paging in Gantt chart
Introduction Data units Defining dependencies Dependency colors and shapes Changing dependencies Correcting dependencies Scheduling algorithm Project date constraints Task date constraints Critical path - Slack (Float)
Global base calendar Local calendar Calendar list Calendars dialog Other settings
Resources list Resources assign Resources filter Resources calculations Availability chart Resource usage chart Generated resource usage chart
Gantt popup menu Gantt APICharts in grid cells Chart JSON definition Base chart settings Basic attributes Size Axis and caption Individual chart lines Data sources Visual settings API for standalone usage
Paging types and attributes Auto adding root pages API for paging
Side pager Side pager type Pages Side pager type Gantt Side pager type Custom Pager with navigation buttons & edit Pager as list of page indexes
ChildPaging - load / render on expand MaxChildren - limit children count ChildParts - load / render on scroll
Paging types and attributes Auto adding column pages API for column paging
Server paging for root rows Server communication in root paging Root paging in very large tables Server paging in tree Server communication in tree paging XML Request for Data in root paging XML Download Data in root paging XML Request for root Page / children XML Download root Page / children API for server paging
Introduction Compatibility with TreeGrid control Using TreeGrid server DLL/SO ASP.NET C# ASP.NET VB PHP JSP Java TreeGrid server concepts Function reference Calculations
Base attributes Visual settings Key navigation Behavior Size and scroll
Base attributes Clickable item Inactive caption Collapsible sub level Popup sub menu Columns Bool item Enum item Edit item
Show custom menu Custom menu position Custom menu advanced settings Custom menu JavaScript events Custom menu JavaScript methods
Calendar dialog Custom calendar & JavaScript events Custom dialog in JavaScriptDefault behavior Maximize grid height and width Update size according to the content Let a user to control the grid size Widths of individual sections Other scrolling attributes and API
Media rules - responsive designLanguage & regional setup (Text.xml) Translate texts dynamically Change language
Focused cell and row Focused cell range Move and copy focused cells Filling cell values by dragging Tabulator navigation Key navigation Cursor look - focus & hover
Selecting base Selecting rows Selecting cells Selecting columns
Status messages Configuration menus Configuration menu - options Configuration menu - columns Configuration menu - print / PDF Configuration menu - export Default toolbar Useful API function Help file
Animations base Row animations Column animations Cell animations Animations for undo / redo Animations for server side changes Dialog animations
Grid configuration in cookiesList of event handler types TreeGrid mouse events Mouse event names Key and mouse button prefixes Touch event names Event targets Assigning event actions / callbacks Event action parameters Action name suffix Calling actions from JavaScript Creating custom actions Focused vs. Actual cell TreeGrid key events JavaScript API events
Mouse API event TreeGrid filesTreeGrid documentation
To control Gantt chart you can use all standard Extended API methods and events for TreeGrid controlling, like AddRow, DeleteRow, SetValue and so on.For Main bar: |
new = new Start date, new2 = new End date or new Duration, old = old Start date, old2 = old End date or duration, action = Move, Resize, Delete, DeleteAll, New, Correct Since 9.2, the new2/old2 is duration if no GanttEnd column is defined, otherwise it is the end date. To better control the main bar change use OnGanttMainChange / OnGanttMainChanged API events instead of OnGanttChange / OnGanttChanged. |
For Complete: | new = new Complete status, old = old Complete status, action = Change, DeleteAll |
For Text: | new = new Main bar Text, old = old Main bar Text, action = Change, DeleteAll |
For Resources: | new = new Resources text, old = old Resources text, action = Change (not called for choosing resources from popup menu), DeleteAll |
For Run bar: |
new = new Run value, new2 = new RunStart, old = old Run value, old2 = old RunStart value, action = Slide, Resize, Delete, DeleteAll, New, Move, MoveSource, Copy, Remove, RemoveSource
It is possible to parse the new and old run values by GetGanttRun method. To better control changes in individual Run boxes use OnGanttRunBoxChanged and OnGanttRunBoxNew events. |
For RunComplete: | new = new RunComplete status, old = old RunComplete status, action = Change, DeleteAll |
For Flags: | new = new Flags, old = old Flags, action = Move, Delete, DeleteAll, New |
For FlagTexts: | new = new FlagTexts, old = old FlagTexts, action = Delete, DeleteAll, New, Change |
For FlagIcons: | new = new FlagIcons, old = old FlagIcons, action = Delete, DeleteAll, Change |
For Points: | new = new Point or Point, old = old Points or Point, action = Move, Delete, DeleteAll, New |
For Dependency: |
new = new dependency row ids (descendants), new2 = (new 12.0) the dependency object like returned by GetDependencies, old = old dependency row ids (descendants), action = New, Delete, Edit (lag, called twice) |
For Constraint: | new = new Constraint value, new2 = (new) ConstraintType, old = old Constraint value, old2 = old ConstraintType for Change, action = New, Delete, Move, Change |
string Type | type of the top most (hovered) object, can be: "main", "run", "flags", "points", "constraints", "dependency" Since 10.0 it can be also "line" for GanttLines, GanttBase and GanttFinish. |
HTMLElement Main | the main bar tag |
int MainPlan | (new 10.0) index (from 0) of the Main bar plan, see GanttCount. |
int MainIndex | index (from 0) of the Main box when the bar is not continuous and more boxes exist in the cell |
int MainType | (changed 10.0) type of the Main tag, can be null (complete is null), 0 (not started part), 50 (incomplete part), 100 (complete part), Milestone |
int MainX | the X position inside the Main tag. |
int MainIcon | (new 12.0) the side icon, 0 none, 1 left, 2 right |
the second main bar tag for incomplete tasks - the other part that is not on the given position. (removed 10.0) | |
position of the Main tag - 0 alone, 1 left side, 2 - right side (removed 10.0) | |
the real flow tag on given position (removed 10.0) | |
(new 6.4) the second real flow tag for incomplete tasks that is not on given position (removed 10.0) | |
(new 6.4) position of the incomplete Flow tag - 0 alone, 1 left side, 2 - right side (removed 10.0) | |
index (from 0) of the Flow tag when the flow is not continuous and more flow tags exists in the cell (removed 10.0) | |
the X position inside the Flow tag (removed 10.0) | |
HTMLElement Run | the continuous run tag on given position |
int RunIndex | index (from 0) of the Run box inside its cell |
int RunX | the X position inside the Run tag |
int RunType | type of the Run box |
string RunClass | (new 10.0) class of the Run box |
string RunId | (new 10.0) id of the Run box, if set |
string RunGroup | (new 10.0) group of the Run box, if set |
int RunState | (new 10.0) state of the Run box, bit array: 1 - disabled, 2 locked, 4 selected, 8 added, 16 deleted, 32 moved, 64 resized, 128 changed. |
string RunContainer | (new 13.0) The top Run container, only if no box is on the position. If set, the Run and RunX are related to the container and RunIndex and the others are for the first box in the container. |
string[] RunContainers | (new 13.0) All Run containers, only if no box is on the position. The last one is the RunContainer. |
HTMLElement Flag | the flag tag on given position |
HTMLElement FlagText | (new 10.0) the flag text tag on given position |
int FlagIndex | index (from 0) of the Flag tag when the cell contains more flags |
int FlagX | the X position inside the Flag tag. |
HTMLElement Point | (new 6.4) the point tag on given position |
int PointIndex | (new 6.4) index (from 0) of the Point tag when the cell contains more points |
int Point X | (new 6.4) the X position inside the Point tag. |
HTMLElement Constraint | the constraint tag on given position |
int ConstraintX | the X position inside the Constraint tag. |
string ConstraintType | can be "MinStart", "MaxStart", "MinEnd", "MaxEnd" |
int Line | (new 10.0) Index of the line in GanttLines or -1 for GanttBase or -2 for GanttFinish |
int LineLeft | (new 10.0) Left position in pixels |
int LineWidth | (new 10.0) Width in pixels |
int LineStart | (new 10.0) Line start date in milliseconds |
int LineEnd | (new 10.0) Line end date if any, in milliseconds |
string LineClass | (new 10.0) Line CSS class part |
int LineFlags | (new 10.0) Flags of the line. &1 -if the line is editable, &2 - if the line can be placed on excluded dates, &4 if the LineStart is end date |
string DependencyFrom | (new 10.0) row id the dependency comes from |
string DependencyFromBox | (new 10.0) main bar plan number or run box id the dependency comes from |
string DependencyTo | (new 10.0) row id the dependency goes to |
string DependencyToBox | (new 10.0) main bar plan number or run box id the dependency goes to |
string DependencyType | (new 10.0) type of the dependency like fs, ss, sf, fs. Can be empty for fs. |
int DependencyStart | (new 10.0) Start date of the dependency, in milliseconds since 1/1/1970. It does not contain the lag. |
int DependencyEnd | (new 10.0) End date of the dependency, in milliseconds since 1/1/1970 |
int DependencyLag | (new 10.0) Lag of the dependency start in milliseconds. |
int DependencySpan | (new 10.0) Maximal span of the dependency in milliseconds |
int DependencyColor | (new 10.0) Number of color / shape of the dependency, 0 - 40 or null |
list of ids of all rows that are connected from this left side. The ids are separated by Lang.ValueSeparator (';'' by default) (removed 10.0) | |
list of ids of all rows that are connected from this right side. (removed 10.0) | |
list of ids of all rows that are connected to this left side. (removed 10.0) | |
list of ids of all rows that are connected to this right side. (removed 10.0) |