Telerik Forums
UI for WinForms Forum
1 answer
513 views
Hi,

We are trying to get PreviewKeyDown event to fire for RadMultiColumnComboBox but it doesn't seem to.  We're able to get KeyDown event to fire though.

Below is the code to register the event.

this.radMultiColumnComboBox1.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.radMultiColumnComboBox1_PreviewKeyDown);
Dimitar
Telerik team
 answered on 29 Aug 2014
5 answers
187 views
How can i set the Zoom Value by code
Stefan
Telerik team
 answered on 29 Aug 2014
3 answers
188 views
I mean a chart to show the workflow state to end user? example which step is arrived.

or some existing chart can do similar thing?
Dimitar
Telerik team
 answered on 28 Aug 2014
5 answers
330 views
I was trying to using navigation event, whenever I clicked the navigation button , i was trying to retrieve the current view month.

Is there any easy way or some properties already exists to get the current view month?

Thanks.
ZHOU
Top achievements
Rank 2
 answered on 27 Aug 2014
4 answers
380 views
I would like to bind the PropertyGrid from List<string> that i have.
I want to use the PropertyGrid as a detail form my list but i want onle several properties:

File name (this is the file from my list)
and after that 3 section contain 2 properties section with headline

for example:

file1.doc

the 3 section:

File Details (this is section 1)

Size: sere i want text box
Property 2: Text-box
Property 3: Text-box

Section 2
Property  1 Text-box
Property  2 Text-box
Property  3 Text-box

Section 3
Property  1 Text-box
Property  2 Text-box
Property  3 Text-box


d
d
d







Dimitar
Telerik team
 answered on 27 Aug 2014
3 answers
441 views
how to limit the width of radmessagebox to force the text was shown in more lines?  it looks very long for me.

Ralitsa
Telerik team
 answered on 27 Aug 2014
2 answers
277 views

Just purchased telerik and in the process of converting winforms to teleriks components.  
I started off with the error of "Value of type 'Telerik.WinControls.RadItem' cannot be converted to 'System.Windows.Forms.ToolStripMenuItem'".  So I changed all ToolStripMenuItem to "RadMenuItem".  This solved the above error.

But created a new error "Private Sub AddMenuChildren(ByRef mi As Telerik.WinControls.UI.RadMenuItem)' and 'Private Sub AddMenuChildren(mi As Telerik.WinControls.UI.RadMenuItem)' cannot overload each other because they differ only by parameters declared 'ByRef' or 'ByVal'"


Any Help with the above error would be appreciated.
Below is my code:

Private Sub LockMain()
        'This subroutine handles the locking of the Main windows'
        '   menu options and child windows. It first iterates
        '   through all menu control collection items disabling
        '   them. It then iterates through all the machine 
        '   windows disabling them. It then enables a select few
        '   menu options.

        For i = 1 To mcc.Count
            CType(mcc.Item(i), ToolStripMenuItem).Enabled = False
        Next
        'If mwa IsNot Nothing Then
        '    For Each m As Machine In mwa
        '        m.Enabled = False
        '    Next
        'End If
        LogONOFFToolStripMenuItem.Enabled = True
        LogOnToolStripMenuItem.Enabled = True
        HelpToolStripMenuItem.Enabled = True
        AboutToolStripMenuItem.Enabled = True
        ViewManualToolStripMenuItem.Enabled = True
    End Sub

    Private Sub UnlockPermissions()
        Dim sp As New SecurityProfile_(mcn, ud(4))
        For Each i As ToolStripMenuItem In mcc
            If sp.GetProperty(i.Text) Then
                i.Enabled = True
            End If
        Next
        For Each m As Machine In mwl
            m.Enabled = True
        Next
    End Sub

    Private Sub CreateMenuControlCollection()
        For Each mi As ToolStripMenuItem In MenuStrip1.Items
            mcc.Add(mi, mi.Text)
            AddMenuChildren(mi)
        Next
    End Sub

    Private Sub AddMenuChildren(ByRef mi As ToolStripMenuItem)
        If mi.DropDownItems IsNot Nothing Then
            For Each c As Object In mi.DropDownItems
                Dim mc As ToolStripMenuItem = TryCast(c, ToolStripMenuItem)
                If mc IsNot Nothing Then
                    mcc.Add(mc, mc.Text)
                    AddMenuChildren(mc)
                End If
            Next
        End If
    End Sub


Sanchit
Top achievements
Rank 2
 answered on 26 Aug 2014
3 answers
165 views
Is there a way to have the DropDownList DropDownHeight be determined on drop down ("popup opened")?
Stefan
Telerik team
 answered on 26 Aug 2014
6 answers
1.8K+ views
Telerik Members:

Is it possible to change the tooltip font size?
Stefan
Telerik team
 answered on 26 Aug 2014
3 answers
163 views
Hello,

I have started to use a RadTrackBar to select a range of date. As the radtrackbar only support Integer type for the value, I convert the control value to date with a reference date which represent value 0 on the control. It's working fine.

I have just a little question about the visual tick.

The total range in the RadTrackBar represent a year and a few month and it isn't really human readable with a visual tick on every day. So I want to put a tick on each value representing the first day of a month (with a label) instead. As the number of day in a month isn't fixed, it isn't possible to use the Frequency property of the control to draw theses ticks.

Is there a way to place tick on specific value (0,31,59,90,121, etc...) ?

Thanks for reading

Marco Guignard
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 26 Aug 2014
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
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?