Telerik Forums
UI for WinForms Forum
1 answer
103 views
I was using a RadBreadCrumb in my application and I found a small typo.  In the description of the DefaultTreeView property it reads, "Associates a TreeView to the btead crumb control"  I think you can spot where the error is :)  I think it should read, "Associates a TreeView with the bread crumb control." or something like that.

Thanks!

-UIdev
Boyko Markov
Telerik team
 answered on 04 Jun 2008
1 answer
237 views
Hi Telerik team,

is there any way to draw a gantt with x-axis (with value format is SHORTDATE) and y-axis (with value format SHORT TIME)?

if so please send me the sample code or approach to do the same.

Help is highly appreciated.

regards,
kiran

Dwight
Telerik team
 answered on 04 Jun 2008
2 answers
94 views
Hi All and Telerik team,

i want to draw a vertical line on all the far images of tree nodes at particular place (so that it look like a reference line). 

ex:
like

    parentNode                        | 
                                              |
                    -->child1     farImage1
                    -->child2     farImage2
                                              |
                                              |
                                              |        

is there any way to do this? please send sample code or psuedo code.

Help is highly appreciated?

Regards,
kiran
kiran
Top achievements
Rank 1
 answered on 04 Jun 2008
1 answer
88 views
Hi All and Telerik team,

i want to draw a vertical line on all the far images of tree nodes at particular place (like reference line).

is there any way to do this? please send sample code or psuedo code.

Help is highly appreciated?

Regards,
kiran
Martin Vasilev
Telerik team
 answered on 04 Jun 2008
3 answers
223 views
I was specifically looking for a winforms combobox with autosizing and I noticed (in your documentation) you support this.  However it doesn't seem to be working.  I'm not sure if it's because I'm using a databound datasource or exactly why.  I want the combobox to automatically set it's width to the length of the text contained within it.  I'm using version 6.1.0.0.
Georgi
Telerik team
 answered on 04 Jun 2008
2 answers
109 views
I have the following problem. Ribbon bar which contains more then one tab is being downsized and immediately upsized when I switch command tabs for the first time (i.e. it happens once for each command tab whe it is first selected and rendered). I'd like to avoid it as it's not very pleasant effect and when there are other complex controls on the form, it forces them to redraw twice.

Is there any way how to tell RibbonBar to maintain height on tab-switching? Or some other solution that'd halp me solve the problem? Thanks in advance.

Best regards,
Daniel
Daniel
Top achievements
Rank 1
 answered on 03 Jun 2008
2 answers
257 views
Hi

I want to show the current windows in my mdi form on a button dropdown. I can get it to work with a basic menu i.e But need to have this add to the Ribbonbar - anyone help

Thanks

'Setup MDI stuff

Me.IsMdiContainer = True

'Add File Menu

Dim miFile As MenuItem = MainMenu.MenuItems.Add("&File")

miFile.MergeOrder = 0

miFile.MergeType = MenuMerge.MergeItems

Dim miAddDoc As MenuItem = New MenuItem("&Add Document", New EventHandler(AddressOf Me.FileAdd_Clicked), Shortcut.CtrlA)

miAddDoc.MergeOrder = 100

Dim miExit As MenuItem = New MenuItem("E&xit", New EventHandler(AddressOf Me.FileExit_Clicked), Shortcut.CtrlX)

miExit.MergeOrder = 110

miFile.MenuItems.Add(miAddDoc)

miFile.MenuItems.Add(

"-") ' Gives us a seperator

miFile.MenuItems.Add(miExit)

'Add Window Menu

Dim miWindow As MenuItem = MainMenu.MenuItems.Add("&Window")

miWindow.MergeOrder = 10

miWindow.MenuItems.Add(

"&Cascade", New EventHandler(AddressOf Me.WindowCascade_Clicked))

miWindow.MenuItems.Add(

"Tile &Horizontal", New EventHandler(AddressOf Me.WindowTileH_Clicked))

miWindow.MenuItems.Add(

"Tile &Vertical", New EventHandler(AddressOf Me.WindowTileV_Clicked))

miWindow.MdiList =

True 'Adds the MDI Window List to the bottom of the menu

Tim
Top achievements
Rank 1
 answered on 03 Jun 2008
9 answers
185 views
Lately I've been getting some wierd reactions inside Visual Studio 2005 and with my application. The RadRibbonBar is showing wrong color/theme for a few menu items and some click events aren't working on a dialog form I have. The only recent change I've made is updating to Q1 2008 WinControls, but I'm not sure that's the culprit.

I'm hoping someone here has seen this before and can help. I have attached an image to show the color issue.

On the image you can see that I just created a new chunk and added a radbuttonelement to it to show what the theme is supposed to look like (and used to), but next to it you can see the other chunks and buttons that are all wrong. I have not touched the design code or themes. It's using the ControlDefault theme.
Wrong color
 
Falk Wegener
Top achievements
Rank 1
 answered on 03 Jun 2008
1 answer
111 views
I don't know if this is specific to my system, but any time I perform a cut-and-paste operation with a radTabStrip, the pasted radTabStrip loses all the controls that were in the tabs.

To test, add a radTabStrip to a form, create two tabs, then add some controls to each tab.  Select the radTabStrip and perform a cut operation via Ctrl-X.  Paste the radTabStrip back onto the form via Ctrl-V.  The controls added to the tab pages are not present.

Josh
Nikolay
Telerik team
 answered on 03 Jun 2008
1 answer
120 views
Hi, I have a GridViewLookUpColumn placed in the last column of a row.  I need to dynamically turn the grid's ReadOnly property on and off.  So when I set ReadOnly = True, the combobox remains in edit mode.  Has anyone seen this happen to them?

Regards,
David
Jordan
Telerik team
 answered on 03 Jun 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)
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?