TreeGrid 7.0 released
New major version is available
The 7.0 version is fully compatible with 6.x version except few things marked with
! in
change log.
All customers with 6.x version can upgrade to 7.0 version for free, but the new 7.0 features will be disabled in their build.
Gantt
The
Run bars and
Flow bars can be used also as
extended discrete main bars.
Both the Run and Flow support milestones (even more per row), percentage complete, dependencies, correcting dependencies, resources, summary tasks.
The Run supports also Start, End and Duration cells to manipulate the whole run and behave like main bars. Added also various settings for Run to control moving when correcting dependencies.
Added Run box types Milestone and Stop to movable and fixed zero length box.
The Flow can be set also to not join adjacent boxes. The Run can be set also to join the error boxes like Flow.
The individual
Run boxes can be fully identified by
Id and
Group attributes. The whole groups can be manipulated by users, can be highlighted, deleted, copied or changed.
One group can be also in more rows.
Added many
API methods to manipulate the individual run boxes via API. And also events to catch changes of individual Run boxes.
Gantt Runs are now much faster. Can be also rendered as only one HTML tag per box, with
FastGantt attribute, to save browser resources.
Gantt chart is now faster in client paging. It also partially supports
server paging and child paging, but dependencies must not be linked between pages.
Updated
GanttCheck. Now it works for all Gantt objects and all constraints. It is not possible to move any object outside constraints if it is restricted.
All check alerts are shown as HTML message with timeout and not by standard alert.
The check can also automatically correct the problem, not only restrict change.
Resources were updated. Added resource type as
Work or
Material. The resource now can be consumed (as material).
Added
resource availability calendar, the resource can be available differently in different times, it can be also recharged (for material).
Gantt chart is now fully interactive also
iPad. Done various changes especially in dragging to support it also on touch screens.
Added
special dialog to edit exclude, resource calendar or background.
The dependencies can be corrected only for
not yet started tasks.
The
finish project date be also proof and preferred like baseline.
The time of newly created bars can be set by GanttNewStart and GanttNewEnd attributes, e.g. to 8:00 and 17:00.
Now the Gantt
background is also printed.
Gantt
header rows can be displayed in more grid rows. The header captions can be also generated dynamically by API.
Updated
summary tasks, now the are check all dependencies child / parent when moving some child or parent. Also correcting dependencies works for dependencies on summary tasks.
Mark can now show also static not movable boxes with specific color.
Updated actions
Indent and
Outdent to work correctly also with Gantt chart.
Grid
TreeGrid is now compatible with
iPad touch screens. TreeGrid can show scrollbars on iPad or can scroll by moving finger(s).
Now are supported various finger actions to replace mouse actions on iPad and to customize applications running on touch screens.
Added compatibility also for the newest browsers like
IE 9 and
FF 4.
TreeGrid is now fully compatible also with Microsoft
SharePoint 2010 for internet sites.
Added
column paging. Now the column pages can be rendered on demand, on horizontal scroll.
Added
server child paging of expanded rows. Now the children of expanded rows can be downloaded on demand, on vertical scroll.
All unused pages (root, child, column) can be automatically deleted to free resources.
Now TreeGrid can show really
unlimited rows and column count. See
1,000,000,000 cells example.
Added
column tree. Now also the columns can be expanded and collapsed by clicking to expand / collapse buttons.
Also some rows can be collapsed and expanded with the column expanded.
The row tree can be shown in more columns. Also grouping can be done into more tree columns.
Added
dynamic span. Cells can be dynamically (by users or by API) spanned or split like in Excel. Both vertically (rowspan) and horizontally (colspan).
The changes in span can be also uploaded to server or undone / redone.
Added new
style Query for similar look to use with
jQuery.
TreeGrid CSS styles are now "fool proof", cannot be affected by any external CSS setting except with !important suffix.
Updated
master / detail relation. Now there can be more detail grids for one master grid and vice versa.
The detail grid can show only particular rows from master's children, the others can be shown in another detail or in master tree.
Undo can be controlled also by API, supported also custom undo blocks.
PersistentCfg now uses browser's
localStorage, if available.
All TreeGrid
menus, enum and defaults now support
searching by keys, like standard <select> tag.
TreeGrid can be now shown also in custom popup dialogs by API method
ShowPopupGrid.
Added
dialog to enter range of dates and repeating them.
Calendar now displays also
week numbers. Added option to choose week numbering (U.S. or European/ISO or other).
All TreeGrid alerts now can be shown as custom
HTML messages with timeout instead of standard alert.
Extended
simple pager with page links to show only selected pages by step.
Added NoData row to show on
empty grid - when no variable rows are shown due empty grid of filter settings.
Source code escrow e-shop item was
removed due low customers' interest. Now the source codes can be purchased only.
Extended support renamed to
maintenance. The conditions and benefits are still the same.
Added many
new examples and tutorials demonstrating various TreeGrid features. See the
tutorials.
List of all changes