Telerik Forums
UI for WinForms Forum
3 answers
337 views

So here is my issue (I have searched in the forums and can't find an answer)...

I have a RadDropDownList containing tuples of strings. When I click on the Drop Down List, I am expecting this method to be called right away, but once I select the option I want, I have to press the down arrow on the drop down again before it will call the JumpManager code at the bottom.

Basically I want the jumpmanager to be called when I select an option from the drop down, and not have to click the arrow again.

I have tried debugging but am failing to see how to fix it.

Any and all help would be great. Thanks!

*****************************************

P.S. I am new to C# and winforms so that is part of the issue also. Please see attached screenshots to get a better idea of what I'm describing above. I want the new tab for the selection from the drop down list to open without having to click the drop down arrow again.

Thanks!

void mplSpecificDDL_Click(object sender, EventArgs e)
       {
           //cast sender object to type RadDropDownList
           RadDropDownList snd = sender as RadDropDownList;
 
           int i = snd.SelectedIndex;
           Console.Write(snd.SelectedItem);
            
           //if it's a valid click...
           if (i >= 0)
           {
               //get the mpl id for the MPL date range selected
               int mplid = tmpDDL_MPLLists[i].Id;
               FactoryOrder myOrder = new FactoryOrder();
               //create an order tuple to open the specific MPL page we want to view
               myOrder.AddOrderLine("SpecificList", mplid.ToString());
 
               //jump manager to pull up a specific MPL window tab
               JumpOrder myJumpOrder = new JumpOrder();
               myJumpOrder.factoryOrder = myOrder;
               myJumpOrder.module = "MPL";
               myJumpOrder.targetWin = "MPLS";
 
               //issue: new MPLS window only opens when
 
               MainDockWin.mainJumpManager.PassJumpOrder(myJumpOrder);
               MainDockWin.mainJumpManager.GoToWindow();
           }
       }
Brady
Top achievements
Rank 1
 answered on 13 Aug 2018
3 answers
315 views

Morning,

Anyone know how to do this?

I tried: rbTBMgr.CommandTabs["Tools"].Select()

Commandtabs dont seem to have a .IsSelect().

All I want to do is make a tab selected!

Frustrated infragistics user!

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 13 Aug 2018
4 answers
543 views
Hello

I have a command column in my grid view with a CommandCellClick event. When I click a command button from a command column the CommandCellClick event fires twice.

I am using VS 2010, C# and Q2 telerik controls.

Thank You
Hristo
Telerik team
 answered on 13 Aug 2018
1 answer
258 views

We have a winform with a radautocompletebox. I have toggled the Autocompletemode from append to suggestappend and found that if it is set to suggestapppend and when the TAB key is pressed, the key_down event is not firing. As for the append mode, the event fires. So the question is, how can I use the suggest or suggestappend mode and when I press the TAB key the key_down event fires? The event does fire if I press the TAB key a second time.

Thank you,

Jim

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 13 Aug 2018
7 answers
626 views
Hi, I was trying to add the RadDateTime picker to the ribbon bar programmatically by doing:

 
 

RadDateTimePickerElement dtPicker = new RadDateTimePickerElement();  

dtPicker.Name = "dtPicker";  
radRibbonBarButtonGroup9.Items.Add(dtPicker); 

The radRibbonBarButtonGroup9 has already been added to a chunk in the ribbon bar, whenever I try to launch the application, the application does not load up.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 13 Aug 2018
1 answer
695 views

 I have a property grid. Property name = Appearance and has child cursor,font,Imagelist,... But ai search Appearance has not result. I expect search with property name= Appearance . has result with child.

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 09 Aug 2018
1 answer
214 views
How to change the default message "Type a message..." and also hide the image with three dots. See the screenshot.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 09 Aug 2018
2 answers
233 views
How do you disable/hide the icons in the RadPropertyGrid. The icon to the left of the property name and then the icon in the middle between the property name and property value. Attached picture for reference.
Evan
Top achievements
Rank 1
 answered on 08 Aug 2018
6 answers
801 views
Hi,

I'm trying to add a look up to a multi column combo, which has 2 columns, e.g. Name, Age.

I added a filter descriptor as per you documentation, which works fine when the user types in a value "Bob" for example, drop down works fine.

But what I'm trying to do programmatically is:

MyString = "Bob , Fred, Sam";

MyMultiColComboBox.Text = myString;

I was hoping at this stage the drop down would open filters on the 3 names in my string, but I cannot get it to work.

Is this possible or does the control only filter on a single value.

Thanks for your help.

Cheers

Shaun








Dimitar
Telerik team
 answered on 08 Aug 2018
3 answers
348 views
Hi,

I'm using the radCalendar control. When i doubleclick a date, i want to add the clicked date to a collection.
The problem is that i don't know if it is a date or some other place on the control I have double clicked, eg. when i click on the arrows to change month, if i do this to fast, the control fires a  "double click" event.

Is there any way to decide if i clicked a date or some other place on the control? 

Regards
Svein Thomas
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 08 Aug 2018
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)
Form
Chart (obsolete as of Q1 2013)
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
VirtualGrid
Toolstrip (obsolete as of Q3 2010)
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
NavigationView
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?