
Hi. Just got the new OrgChart. A component I have been looking forward to.
I used my userdatabase with managers as datasource and the chart was drawn :-)
But, the GroupColumnCount does not have any affect. The chart is 34000px wide, with all users on the same level on one row.
I hope this can be fixed, because I need this in a lot of scenarios.
Thanks
Espen
8 Answers, 1 is accepted
Thank you for reporting this problem to our team.
I have logged it and once we are ready, we will notify you in this same thread.
As a small act of gratitude, I have updated telerik points.
Please, accept our sincere apologies for any inconvenience caused.
Nikolay Tsenkov
the Telerik team


Espen
It appears that the problem doesn't actually reproduce.
We have started working on the issue, but it doesn't reproduce.
I guess that we both made the same mistake - use Column Count in scenarios different from Group-Enabled Binding or statically declared OrgChart with no groups.
Column Count works only for breaking the GroupItems on multiple lines, but if they are within the same Node.
Here is a nice article explaining the relationship between Nodes and GroupItems: http://www.telerik.com/help/aspnet-ajax/radorgchart-nodes-and-items.html
And here is an article specifically for Column Count: http://www.telerik.com/help/aspnet-ajax/radorgchart-column-count.html
Finally, we have a demo page as well: http://demos.telerik.com/aspnet-ajax/orgchart/examples/columncount/defaultcs.aspx
We hope that you will enjoy using our new control.
Nikolay Tsenkov
the Telerik team


I have read through all demos and samples before I contacted you.
I think I understand what you mean - but it would be nice if it could be fixed for database scenarios as well.
Statically defined components is nice for demo, but I can't think of any situation where I would use this in real life applications.
I guess a lot of people would like to use this to draw their companies organization. One leader on top, some subleaders and then a lot of employees. In this situation the chart will allways be useless wide.
If the lowest level could be set to columncount it would help a lot.
Or is there any other way I could do this?
Espen
It works in binding scenarios. But there should be groups, in order to break their content in multiple lines.
When Simple Binding is used, there are no groups (see Nodes and Items), therefore GroupColumnCount can't be used.
If a Node has only one GroupItem (this is the case in Simple Binding), this single item is all the content of a single group.
I hope this explains it better.
Having the ability to make the OrgChart's presentation more compact in Simple Binding scenarios is something that we are currently thinking about.
Nikolay Tsenkov
the Telerik team


Please clarify.
As the name of the property GroupColumnCount suggests, Group Enabled Binding should be used, in order for it to apply.
Bozhidar
the Telerik team

Thanks!
We also have many case scenarios where many reports on a project are under a single node that generates a very wide and unusable chart layout. It seems that with simple binding all those that do not have sub-reports/nodes could be programmatically added in a columnized group.
Please, see my attached diagram. I think this would be a wonderful opportunity to leverage AI.