Hi,
I am trying raddiagram to generate dynamic organizational charts.
Every thing worked fine with version 2015.03.930.
But when we upgrade to any other version such as 2015.03.1111 the diagram does not render properly.
here is the markup used for raddiagram:
<
telerik:RadDiagram
ID
=
"_rdUnit1"
ClientIDMode
=
"Static"
runat
=
"server"
Editable
=
"False"
EnableViewState
=
"False"
OnItemDataBound
=
"_rdUnit1_OnItemDataBound"
>
<
clientevents
onclick
=
"OnClick"
onload
=
"diagram_load"
/>
<%--<
layoutsettings
enabled
=
"True"
type
=
"Tree"
subtype
=
"TipOver"
></
layoutsettings
>--%>
<
shapedefaultssettings
type
=
"rectangle"
height
=
"35"
width
=
"110"
visual
=
"visualizeShape"
>
<
StrokeSettings
DashType
=
"Solid"
Color
=
"Black"
Width
=
"0.9"
></
StrokeSettings
>
<
ContentSettings
Align
=
"center"
Color
=
"Black"
FontSize
=
"18"
FontFamily
=
"Byekan"
></
ContentSettings
>
<
FillSettings
Color
=
"White"
></
FillSettings
>
</
shapedefaultssettings
>
<
bindingsettings
>
<
ShapeSettings
DataIdField
=
"UnitId"
DataContentTextField
=
"Name"
DataTypeField
=
"ShapeType"
DataFillColorField
=
"BackColor"
DataStrokeDashTypeField
=
"BorderType"
DataXField
=
"Xposition"
DataYField
=
"Yposition"
DataWidthField
=
"WidthShape"
DataHeightField
=
"HeightShape"
DataStrokeColorField
=
"BorderColor"
DataContentAlignField
=
"FontSize"
/>
<
ConnectionSettings
DataFromShapeIdField
=
"ParentId"
DataToShapeIdField
=
"UnitId"
/>
</
bindingsettings
>
</
telerik:RadDiagram
>
I've attached the correct rendering and the one that does not render properly.
Am I doing something wrong?