This is a migrated thread and some comments may be shown as answers.

Org Chart assistant

1 Answer 74 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 1
Patrick asked on 31 Oct 2012, 08:25 AM
Hi 

I am trying to implement a org chart for my organization.  In addtion to the staffs reporting to the superior, there is also a position called 'Assistant' working to the superior specifically, in which I would like to put this position as separate level against other subordinate.   The person who is assistant have the property isAssistant flag in SQL Table.  


Please advise How can I do it in ASP.net, I am using VB.net, Linq and SQL 2012.  The attached image is for your reference.  

And also, is it possible to set the block of the chart with whilte background color?  Thanks.


Patrick

1 Answer, 1 is accepted

Sort by
0
Peter Filipov
Telerik team
answered on 01 Nov 2012, 09:20 AM
Hi Patrick,

The RadOrgChart control does not support personnel assistant. As an alternative you could use group enabled binding and specify the name of the group. The control supports different skins. Also you could use the following CSS to customize the look of the Nodes.
html .RadOrgChart .rocItemList .rocItem .rocItemContent
{
    background-color:white;
}


Kind regards,
Peter Filipov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
Patrick
Top achievements
Rank 1
Answers by
Peter Filipov
Telerik team
Share this question
or