DoctorAppointmentEditForm frm = new DoctorAppointmentEditForm(); frm.practiceid = 1; frm.LoggedInUserID = this.LoggedInUserID; frm.PracticeListView = this.radPracticeView; frm.ShowDialog();
Radgridview with 3 level hirarchy, radgridview1 add template, template add template1.
Thanks before.

Does this control - or any of the other WinForms table-style controls - have the ability to show vertical text?
I have quite large tables, with 50-100 columns, and the column names are 30-80 chars long, so showing them Excel-style with text rotated 90 degrees would be perfect.
I've not found any of the controls which can do this.
Or is there some other way?
Ideally, it would be in this Spreadsheet control, as it seems to be the fastest for loading the kinds of data I'm using.

Hello,
Is it possible to hide the drop location indicator when performing a drag/drop operation from a listview to a listview using the dragdropservice? (see image)
Grtz Patrick Vossen
I have three level of hierarchy.
1. Radgridview1.--.> add template1
2. template1.--> add template2
3. template2.
the problem is i want to expand component radgridview1 only which contain row from template1.
if i using code is like : RadGridView1.MasterTemplate.ExpandAll() all hierarchy include template2 will be expanded. if code is like : RadGridView1.MasterTemplate.Templates(0).ExpandAll() then nothing rows expanded. So how to expand Radgridview1 which contain template1 without expand template2 that own by template1.
thanks before
hello
In this forums, I can't search anything.

Hello
When I change the background color of the split bar in "Edit UI Elements" it looks fine at first but when I reopen the designer view I get the error:
Error parsing RadItem: Children collection index is not valid: 1 -0-
and it resets the color
Thank you

Hello,
I have a custom RadTileElement where the ripple animation is enabled.
The animation works when clicking the tile element, but is it possible to raise/start the ripple animation from code?
This to draw the attention of the user to the tile element.
Grtz Patrick Vossen