I need to draw 2 lines for group totals. One line will go from S # to Comments.
The other line will go from Plot # to Comments.
How would I do this?
Howard

I have a RadDock with AutoDetectMdiChildren = True and MdiChildDocType = DockType.Document.
When I drag one of the documents out of the RadDock and drop it on a different part of the screen, I want to change the size of the window. By default the size is very small.
Is that possible and if so how would I accomplish this?

My TimePicker show 24 hours but I want to show 12 hours.
I want to show the hours and minutes, like the image with the name Timepiker.png
I work in vb.net.


Hello;
I may be misunderstanding templates.
Can you use them to setup different "views" of your grid, or are they only used with hierarchical data is used?
In other words, instead of creating my colums in the master template can I create three templates with different layouts, then access them as needed?
I have tried to do this, but cannot seem to add a row to them then have it display using:
GridViewDataRowInfo dataRowInfo = new GridViewDataRowInfo(this.radGridView4.MasterTemplate.Templates[0].MasterViewInfo);
dataRowInfo.Cells["repID"].Value = curRow.repID;
radGridView4.Rows.Add(dataRowInfo);
am I missing something simple or simply not understanding their use?
Joe

Hi ,
I Need change date line to time line and time line to date line
as attachment image
thanks

Hello,
I have to DropDownList elements in my GridView. Everything is fine except, that the dropdownlist closes immediatly after I click on the scrollbar of the dropdownlist. So there is no way to an item with comfort.
Thanks for help
