or
Dim child1 As New Form()
child1 = FrmStdEdit 'where FrmStdEdit is the child form I designed.
Dim ChildSize As New System.Drawing.Size(580, 200)
child1.Size = ChildSize
child1.Text =
"JTK Form"
child1.MdiParent =
Me
child1.TopMost =
True
child1.Show()
When the child form opens, however, it does so underneath the gridview - even though TopMost is set to true. Is there a way to change that?
Justin
this
.radGridView1.DataSource = local_DataSet.Tables[0];
I like to have the same look like the Grouping sample.
Thanks and best regards
Frank Uray