Telerik Forums
UI for WinForms Forum
2 answers
128 views
hello everyone,
                I have a RibbonBar inside my windows application. I put some images in the QuickAccess ToolBar but when I click on the black arrow beside the toolbar appears an empty menu. I have set the items' text with some data but they doesn't appear in the menu when I click the black arrow.
Here's an image that illustrates what I mean.
http://www.dashsoft.com/demos/QuickAccessToolBar.png
what I need to do is to show only the images in the toolbar and show the text in the menu when I click the black arrow.
Thanks.
lamees
Top achievements
Rank 1
 answered on 04 Feb 2008
2 answers
129 views
Say I have the following in a tabbed document A B C D E.  If I move C out of the group, then dock it back in, it will show up as A B D E C instead.  I guess that's what I need:

1) An event that detects tabbed document movement
2) A method or property that change the order
Edward
Top achievements
Rank 1
 answered on 04 Feb 2008
5 answers
243 views
Hi

1. I need to know how I can access the ToggleStateChanged event of the RadCheckBox inside the RadDateTimePicker?  I currently have to use the Leave event because the Click event returns the incorrect state of the Checked property (it returns true for e.g. even though I have unchecked the checkbox).

2. Also, by setting the Checked property to fales during form load, the RadDateTimePicker still has the checkbox checked, any ideas?

Kind regards

Ralph
Vassil Petev
Telerik team
 answered on 04 Feb 2008
1 answer
242 views
I'm trying to right-align tabs along the top of a RadTabStrip (winforms) without any luck.  The following link describes how to do this with the asp.net controls, but I'm looking for the winforms solution.  Any help is greatly appreciated.

(http://www.telerik.com/DEMOS/ASPNET/TabStrip/Examples/Functionality/Alignment/DefaultCS.aspx)
Boyko Markov
Telerik team
 answered on 04 Feb 2008
0 answers
50 views
I opened up my VC++ today and noticed that the radControls bar was still there.  I dragged a few controls to my form and it worked fine.

radControls does not only work with C# and VB    
Eric
Top achievements
Rank 1
 asked on 03 Feb 2008
1 answer
108 views
In the rad list box, the Items.Add() function requires a variable of the type 'RadItem'. However, the following code crashes, with a 'Cannot convert RadItem to RadListBoxItem' error:

            foreach(string s in args) 
            { 
                RadItem item = new RadItem (); 
                item.Text = s; 
                radListBox1.Items.Add(item); 
            } 

Changing it to a RadListBoxItem instead of the standard RadItem works.

Just something to add to your todo list :)
Georgi
Telerik team
 answered on 01 Feb 2008
1 answer
101 views
hi!

when i click a command column in my radgridview i want to get the value of another column in the same row. how can i do this?

Me.RadGridFromFile.CurrentRow.Cells(i).Value doesn't work!

thank you, andreas
andi
Top achievements
Rank 1
 answered on 01 Feb 2008
3 answers
90 views
Your text alignment does not work.  If you set the text alignment for a GridViewDecimalColumn to MiddleRight, and set the HeaderTextAlignment to MiddleCenter, when you run the Grid both of them are shown as MiddleRight, the column data and the Header.
Jack
Telerik team
 answered on 01 Feb 2008
1 answer
114 views
Hi,

I installed WebControls for ASP.NET 2.0 and RadControls for Winforms (Q3 2007).

While the WebControls open an own section in help all entries from RadControls for winforms are merged at root level.
In earlier version it was also merged to a "subdir" like with WebControls.

But now it looks like this:
http://www.puzzle101.net/wow1/images/HelpMerge.jpg
(VS 2005 help - with VS 2008 the same problem occures)

Can this be fixed? (Brought back to "subdir" is intentionally made at root).

I work on a german WinXP Pro SP2 with current fixes.
Using VS 2005 SP1 and VS 2008.

Regards

Manfred
Nikolay Dobrev
Telerik team
 answered on 01 Feb 2008
2 answers
316 views
I would like to know how to programatically change the backcolor of a RadMenu Item that I am adding to a RadDropDownButton:

Private Sub LoadColors()  
        Me.ddlPatientColor.Items.Add(Me.CreateMenuItem("Red""Red"))  
        Me.ddlPatientColor.Items.Add(Me.CreateMenuItem("Green""Green"))  
        Me.ddlPatientColor.Items.Add(Me.CreateMenuItem("Blue""Blue"))  
        Me.ddlPatientColor.Items.Add(Me.CreateMenuItem("Purple""Purple"))  
        Me.ddlPatientColor.Items.Add(Me.CreateMenuItem("Black""Black"))  
        Me.ddlPatientColor.Items.Add(Me.CreateMenuItem("Brown""Brown"))  
        Me.ddlPatientColor.Items.Add(Me.CreateMenuItem("Orange""Orange"))  
        Me.ddlPatientColor.Items.Add(Me.CreateMenuItem("Yellow""Yellow"))  
        Me.ddlPatientColor.Items.Add(Me.CreateMenuItem("Pink""Pink"))  
    End Sub 
 
    Private Function CreateMenuItem(ByVal Text As StringByVal Value As StringAs RadMenuItem  
        Dim RadMenuItem As RadMenuItem = New RadMenuItem()  
        RadMenuItem.Name = Value  
        RadMenuItem.Text = Text  
        RadMenuItem.BackColor = Color.FromName(Value)  
        RadMenuItem.Font = New System.Drawing.Font("Arial", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))  
        RadMenuItem.TextAlignment = ContentAlignment.MiddleLeft  
        RadMenuItem.AutoSize = False 
        RadMenuItem.Size = New System.Drawing.Size(243, 41)  
        AddHandler RadMenuItem.Click, AddressOf ColorChosen  
        Return RadMenuItem  
    End Function 
Jack
Telerik team
 answered on 31 Jan 2008
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
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
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
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?