Friday, April 11, 2014

Orientation and Layouts

GetOrgChart has eight orientation options

Online Demo


getOrgChart.RO_TOP




getOrgChart.RO_BOTTOM



getOrgChart.RO_RIGHT




getOrgChart.RO_LEFT



getOrgChart.RO_TOP_PARENT_LEFT



getOrgChart.RO_BOTTOM_PARENT_LEFT



getOrgChart.RO_RIGHT_PARENT_TOP



getOrgChart.RO_LEFT_PARENT_TOP




Wednesday, April 9, 2014

What's New in GetOrgChart 1.2

GetOrgChart 1.2 Release Notes


Improved: more orientation options

  • getOrgChart.RO_TOP_PARENT_LEFT
  • getOrgChart.RO_BOTTOM_PARENT_LEFT
  • getOrgChart.RO_RIGHT_PARENT_TOP
  • getOrgChart.RO_LEFT_PARENT_TOP
Added: clickEvent event - Called when the user clicks on a person box.

Added: renderBoxContentEvent event - Before the GetOrgChart can be rendered, each box in the control must be bound to a record in the data source. The renderBoxContentEvent event is raised when a data (represented by a GetOrgChart object) is bound to data in the GetOrgChart control. This enables you to provide an event-handling method that performs a custom routine, such as modifying the values of the data bound to the box or modifying the box html, whenever this event occurs.

Added: scale option - The scale factor determines what fraction of the entire scale is visible at one time.



Wednesday, April 2, 2014

Coming soon...

Here are the new extensions that are going to be published on visual studio gallery:


  • GetOrgChart for ASP.NET MVC 
  • GetOrgChart for ASP.NET WebForms
  • GetOrgChart Item and Progect Templates