or
Private
Sub RadGridView_SessionData_RowFormatting(ByVal sender As Object, ByVal e As Telerik.WinControls.UI.RowFormattingEventArgs) Handles RadGridView_SessionData.RowFormatting
e.RowElement.RowInfo.Height = 200
End
Sub
This is not working i want to just set the row height for the grid! what am i doing wrong?
newNode.ForeColor = Color.FromArgb(0, 105, 210)
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)
For Each ToolWindow As Docking.ToolWindow In RadDock1.DockWindows.ToolWindows
If ToolWindow.Name = "FormActivityDetailEdit1" Then
Dim MyLocation As Point
Dim MySize As Size
MyLocation.X = 50
MyLocation.Y = 50
MySize.Width = 1090
MySize.Height = 700
ToolWindow.Float(MyLocation, MySize)
End If
Next
RadGridView1.Columns.Move();