|
V3.3
|
June 2011
|
New Features
- Multiple Parents : Chart items that are part of a multiple item group can now have their own direct reports.
- TierCreating Event : New event "TierCreating" added that is raised each time the OrgChartComponent starts to create a new tier.
Bug Fixs
- Fix drawing bugs with stacked items not lining up when component width set to 100%
- Fix drawing bug that caused gap between ChartItem and verticle line
- Added !important attribute to CSS styles and fixed CSS class scoping
- Fix bug that stops EditTemplate being applied to "Assistants", "StackItems" and "MultiParentItems" when they are selected.
Properties
- NavigationBarSettings.Position - position nav bar either above or below navigation of the item.
- CaseSensitiveTemplate
- If set to true makes the Html Template substitution syntax case-sensitive. Otherwise behavior is not case-insensitive
- Default is "True
|
|
V3.2
|
Dec 2010
|
Bug Fixs
- Navigation Event handling bug - reworked the way the control handles navigation
events to prevent having to "double bind" the control to get navigation to work
correctly.
New Features
- HTMLTemplate : If datasource contains column/attribute 'HtmlTemplate' AND this contains
a value then this will be used to create the user interface for that item. This
allows each item to be styled individually.
- StackItems.ShowStackItems : Obsolete - if StackDepth is greater than -1 stacking
now enabled.
- NavBarSettings.InitialItemId : Obsolete - organisation chart now detects top level
item and will not display "Up" navigation arrow for the root of the organisation
chart.
- SmartFormatting
The component now attempts to intelligently layout the organisation
chart items. Auto templates can be limited to certain number of fields ( default
3 ). Applies style on first item ( default font-weight : bold ). Uses elipses on text
that is too long to fit into a chart item. Changes email address to mailto:: links
Basic image display and Displays hyperlinks
- Drag and Drop
Drag and drop functionality has been added to the component. Enable Drag and drop by setting
the DragDropSettings.Enabled property. OrgChartComponent now raises an ItemDropped event when one item
dropped upon another
|
|
V3.1
|
Sept 2010
|
Bug Fixs
- Stacked Item drawing bug
- MVC Style sheet interfering with component.
- Fixed Drawing bug when "Hide Parents" item clicked.
New Features
- OrgChart.AssistantItem.DrawFromLeft - determines whether Assistants start from left
or right handside.
- OrgChart.HideFirstItem - shows or hides the first ( root ) item in the organisation
chart.
|