Telerik Forums
UI for WinForms Forum
3 answers
218 views
I have problem with menu merge feature. I have RadForm named "MainForm" whose IsMdiContainer = true. I add  RadMenu to that form.I add menu items to that rad menu. There are; "File | Edit | View | List | Reports | Tools | Administration | Help" . At the begining all their properties about merging is default : MergeIndex = -1, MergeOrder = 0, MergeType = Add.

I have RadForm named "Person". This form also have RadMenu. I add menu item to that rad menu.It has just "User" menu. Again this item's properties are default : MergeIndex = -1, MergeOrder = 0, MergeType = Add.

When I click File > Create New User  from MDI form's menu, I create child form by these lines :
            var Person = new Person();
            Person.MdiParent = this;
            Person.Show();

Now I have MDI form with child form. When I maximize the child form, its "Users" menu, added to MDI's menu, yeah this is expected.
And MDI's menu become "File | Edit | View | List | Reports | Tools | Administration | Help | User".

What I want to do is, adding that "User" menu to MDI's form in another order.Which should be;
"File | Edit | View | User | List | Reports | Tools | Administration | Help" instead of "User" menu added as to the last.

Or at least I can add empty "User" menu item to the MDI form's menu, where after "Person" form is maximized, "Person" forms sub items merge with the empty one in MDI form.

I play a lot with the Merge Order and Merge Index properties to achive but I was't able to do that.

The only thing that I can do is;
if I have menu like
| Menu1 | Menu2 | Menu3 | Menu4 |  and
| dump1 | dump2 | dump3 | dump4 |

I can use merge feature with only the menus acrossing. I can use MergeType's "Replace", "Merge Items" properties with only
for menu1 and dump1 , or menu2 and dump2 where their physical order should match. Otherwise menu just added to last place.

Can someone send example code or helpful examples ?  about merging feature.
Nick
Telerik team
 answered on 09 Sep 2009
1 answer
104 views
Hi! I just want to ask if you offered RADControl version that supports Framework 1.1 (VB.NET 2003 to be specific) in the past?
Thanks!
Deyan
Telerik team
 answered on 09 Sep 2009
2 answers
157 views
Hello,
I have installed Q2 2009 SP1 and do not have a RadForm template in Add New Item.
I do have the RadForm zip file and have extracted them.
How do I add the template?
Thanks.
NORIS
Top achievements
Rank 1
 answered on 09 Sep 2009
1 answer
104 views
Hi.
I'm trying to  host a Carousel control with in a UserControl.
When hosting the Usercontrol(with the Carousel control)  with in a form, the Carousel seems to be blank.

thanks

Deyan
Telerik team
 answered on 08 Sep 2009
1 answer
121 views
I have a problem where I need to select a specific row.
I have a unique ID in one of the cells for each row and this ID matches an int variable that I get returned from a function.

I currently tried

int root = %return value from function%
foreach (Telerik.WinControls.UI.GridViewDataRowInfo myrow in supportMailGV.Rows)
                    {
                        SupportMail sm = (SupportMail)myrow.DataBoundItem;
                        if (sm.RootIssue == root)
                        {
                            supportMailGV.SelectedRows[0] = myrow;
                            break;
                        }
                    }

to clalrify the names

SupportMailGV is a RadGridView filled with a list of the class (SupportMail)

What happens...

The loop will find the row that ha this RootIssue and by so we should know that wehave the correct row in the grid. but when I envoke the "supportMailGV.SelectedRows[0] = myrow;" the top line is the line that gets selected, even if the line that triggered and is stored in myrow is futher down the list.

is there a way to force selected row for this gridview?
Stefan Larsson
Top achievements
Rank 1
 answered on 08 Sep 2009
5 answers
178 views
I would appear that you can not use RadMenu in a an MDI application and have the menus merge.  Is that conrrect?
Nick
Telerik team
 answered on 08 Sep 2009
6 answers
300 views
I was just wondering how the Multi-column combo supports very large amounts of data... like 1.5 million items. Does it support a virtual mode like the grid control?
Julian Benkov
Telerik team
 answered on 08 Sep 2009
3 answers
136 views

What's a good strategy to make the grid more user friendly in the following situation:

The grid allows for multiple selection of rows and the user can delete selected rows.
Per default, if the selection includes the current row, and the data is reloaded, the current row is reset to the first row of the datasource.
This can be a bit confusing, especially if the user has set custom sorting differently from the orignial sort order of the dataset.

I would like to have the current row after the reload set to either the row immediately preceeding or following the previously selected (and now deleted) rows. That is, the grid should not, or only minimally scroll the contents.

A proposed solution should work regardless of the data that is loaded into the datasource. The code should not have to know the logical ID column of the rows.

Any suggestions?

Regards
erwin

Jack
Telerik team
 answered on 08 Sep 2009
3 answers
226 views
Hi,

I want to have filter functionality (default i.e. contains or starts with) but I dont want that filter button with context menu for different filter options.

Do we have such feature which hides the filter button as well that context menu.

Thanks
Victor
Telerik team
 answered on 08 Sep 2009
2 answers
112 views
Hello Dear experts. I have a problem with which I can not handle alone. While application working on the developer computer, everything looks fine. However, after installing the application on users computer, window forms and controls have different sizes (although a similar resolution at work), which can not properly work on the program.
I have no idea what is causing this and what am I doing wrong. Please, help and guidance on how to correct this problem?

screens
Krzysztof
Top achievements
Rank 1
 answered on 08 Sep 2009
Narrow your results
Selected tags
Tags
GridView
General Discussions
Scheduler and Reminder
Treeview
Dock
RibbonBar
Themes and Visual Style Builder
ChartView
Calendar, DateTimePicker, TimePicker and Clock
DropDownList
Buttons, RadioButton, CheckBox, etc
ListView
ComboBox and ListBox (obsolete as of Q2 2010)
Chart (obsolete as of Q1 2013)
Form
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
PropertyGrid
Menu
RichTextBox (obsolete as of Q3 2014 SP1)
Panelbar (obsolete as of Q2 2010)
PivotGrid and PivotFieldList
Tabstrip (obsolete as of Q2 2010)
MaskedEditBox
CommandBar
PdfViewer and PdfViewerNavigator
ListControl
Carousel
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
Barcode
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Licensing
Localization
TimePicker
ButtonTextBox
FontDropDownList
BarcodeView
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
DateOnlyPicker
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?