Telerik Forums
UI for WinForms Forum
1 answer
118 views
Dear Telerik users

Is it possible to get rid of the thick frame displaying around every sub-hierarchy that is expanded?

For my purpose it would be more visually appealing if the frame would only be 1px in width.

Thank you

Markus
Svett
Telerik team
 answered on 08 Apr 2010
1 answer
63 views
Instructions on :
http://www.telerik.com/help/winforms/ui_radsplitbuttonitems.html

Explain how to set the DefaultItem property via code, but this property does not seem to be able to be set via the designer.

Is this intentional?
Martin Vasilev
Telerik team
 answered on 08 Apr 2010
4 answers
227 views
Hi

I want to give a datatable datasource for the radcarousel  ,

I need that the carousel RadbuttonElements will be dinamic

i'm familiar with the manual way ( one by one) , I want to know the way to declare once the DataSource ( radcarousel1.datasource=datatable) without the enumeration ( for each) 

pls help me, its urgent!!!
thank you.
Peter
Telerik team
 answered on 08 Apr 2010
1 answer
101 views
hi
I Add for example 20 items in Carousel but at runtime shows only 10 items.
what Should I Do?
Thanks Alot.
Peter
Telerik team
 answered on 08 Apr 2010
3 answers
441 views
In row validating event I check some values and if is a wrong value I wrote

e.Row.ErrorText = string.empty
if my condition .is not OK
    e.Row.ErrorText = "BlaBla"
    e.Cancel = true
end if

All very nice but after i validate and  this new row is inserted in datagrid , I still have the red error sign besides of the "Click here to add new row" .

What I'm doing wrong ?

Mihai



Martin Vasilev
Telerik team
 answered on 08 Apr 2010
1 answer
131 views
Hi,
how to close a DocumentWindow DoubleClicking the TabHeader

TIA

Nikolay
Telerik team
 answered on 08 Apr 2010
3 answers
175 views
Hi, I'm watching the carrousel control and I like to know how they do the Music Library Demo, but I like to see the full project, my question is, if someone have the full solution of all the demos, thanks.
Georgi
Telerik team
 answered on 08 Apr 2010
1 answer
142 views
How?
Peter
Telerik team
 answered on 08 Apr 2010
1 answer
133 views
Greetings,

I'm using the Q1 2010 WinForm Rad Ribbon Bar.

I populate a ribbon bar based on some application state. However, when I later try to clear the ribbon bar, it deletes the tab but not the groups or buttons.

Here's some example code to populate the ribbon bar:

string[] buttons = { "button 1", "button 2", "button 3" }; 
 
var navTab = new RibbonTab("Tab"); 
 
foreach (var buttonName in buttons) 
    var group = new RadRibbonBarGroup(); 
    group.Text = buttonName
 
    var button = new RadButtonElement(buttonName); 
    group.Items.Add(button); 
 
    navTab.Items.Add(group); 
 
radRibbonBar1.CommandTabs.Add(navTab); 

I've tried several options for clearing the ribbon bar. From a simple:

radRibbonBar1.CommandTabs.Clear(); 

To attempting to walk and remove each button and then group and then tab:

var countOfTabs = this.radRibbonBar1.CommandTabs.Count; 
 
for (int i = countOfTabs - 1; i >= 0; i--) 
    int countOfGroups = radRibbonBar1.CommandTabs[i].Children.Count; 
 
    for (int j = countOfGroups - 1; j >= 0; j--) 
    { 
        int countOfButtons = radRibbonBar1.CommandTabs[i].Children[j].Children.Count; 
        for (int k = countOfButtons - 1; k >= 0; k--) 
        { 
            radRibbonBar1.CommandTabs[i].Children[j].Children.RemoveAt(k); 
        } 
 
        radRibbonBar1.CommandTabs[i].Children.RemoveAt(j); 
    } 
 
    radRibbonBar1.CommandTabs.RemoveAt(i); 

am I missing something obvious?

Thanks!

Ben





Deyan
Telerik team
 answered on 08 Apr 2010
1 answer
168 views
There is a date or date range on scheduler navigator to indicate the dates showing on the calendar.
The date is shown in a particular culture format such as 4/23/2010 ( mm/dd/yyyy) in U.S English.

How can make this date formate adjusted to a paritcular culture?
eg.  if the system is set up as Canada English, we want it to be 23/4/2010 (dd/mm/yyyy)

We try to do following but it does not work

Radscheduler1.Culture = Thread.CurrentThread.CurrentCulture
Ming Zhao
Top achievements
Rank 1
 answered on 07 Apr 2010
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?