Hi!
When I set
in 2013.1.321.40 the Text is cut off Like this (see Attachement)
"LASTNAME ..."
Whats the problem?
Kind regards
Willi
Ps:
Adding all nodes in a loop:
When I set
newNode.ForeColor = Color.FromArgb(0, 105, 210)
in 2013.1.321.40 the Text is cut off Like this (see Attachement)
"LASTNAME ..."
Whats the problem?
Kind regards
Willi
Ps:
Adding all nodes in a loop:
Dim
newNode
As
New
RadTreeNode(
String
.Format(
"{0} {1}"
, row(
"kut_nachname"
).ToString.ToUpper, row(
"kut_vorname"
)))
newNode.ImageKey = keyName
If
row(
"kb_freigegeben"
) = 0
Then
newNode.Font =
New
Font(newNode.Font.Name,
New
FontStyle() = FontStyle.Bold)
End
If
If
row(
"kut_metaid"
) > 0
Then
newNode.ForeColor = Color.FromArgb(0, 105, 210)
End
If
newNode.Tag =
New
TreeNodeValue(row.Item(
"kb_id"
), NodeValueType.KursTeilnehmerNode)
parentNode.Nodes.Add(newNode)