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

For "RadControls for Winforms", before to update with Q2 SP1, is it mandatory to update with Q2 ?

Thanks,
Jordan
Telerik team
 answered on 02 Sep 2008
1 answer
167 views
I remember it being mentioned with the Q2 release that it was now possible
to use the Visual Style Builder to also style RadForm.

We are only just starting to use the Q2 release in our new project with the release of sp1 and I dont see the typical smart tag on the RadForm like all the other RadControls have allowing you access to the standard Visual Editing
interfaces , in particular Visual Style Builder.

How do i go about using the Style Builder to customise the appearance
of a RadForm in my application ?
Martin Vasilev
Telerik team
 answered on 02 Sep 2008
5 answers
117 views
Hello, I am sure this is a simple question but I can't find any example.  I am implementing an Outlook-like functionality, that means there is a RadPanel docked on the form's left edge.  When a Group in the RadPanel is selected, then the rest of the form (to the right of the RadPanel) should show different content.  For example, when the Contacts group is selected, then the form should show contacts, and when Mail is selected, the form should show mail messages. 

How do I do this?  Is the Contacts and Mail content supposed to go into a new form or panel that I am supposed to show and hide when the appropriate Group is selected?  How do I design the content using the forms designer so I can drag and drop controls onto it?

BTW, the RadTabStrip works exactly like how I want; when I click on a Tab in the designer, it shows the selected tab item's ContentPanel so I can drop controls onto it, and at runtime it shows the ContentPanel when I click on the tab. 

How to get this functionality using the RadPanel instead of RadTapStrip?

Thanks,
David
Nikolay
Telerik team
 answered on 02 Sep 2008
3 answers
156 views
How do I add images to a radlistbox?

This is what I have so far:

    Me.RadListBox1.DisplayMember = "LocationStatus" 
    Me.RadListBox1.ValueMember = "LocationStatusId" 
    Me.RadListBox1.ImageList = Me.ImageList1 



Angel
Telerik team
 answered on 01 Sep 2008
1 answer
158 views

I'm writing this follow source code in VS2008 and I nocited that the first time the calendar load hasn't the days highlights. If I move to the next or previous month and then I come back to Agoust the days are correctly highlights. I might be doing something wrong, but what ???

Private Sub RadCalendar1_ElementRender(ByVal sender As Object, ByVal e As Telerik.WinControls.UI.RenderElementEventArgs) Handles RadCalendar1.ElementRender

Dim ProcessOK As Boolean = False

Dim dates As List(Of DateTime) = New List(Of DateTime)()

dates.Add(

New DateTime(2008, 8, 11, 0, 0, 0, 0))

dates.Add(

New DateTime(2008, 8, 12, 0, 0, 0, 0))

dates.Add(

New DateTime(2008, 8, 13, 0, 0, 0, 0))

dates.Add(

New DateTime(2008, 8, 14, 0, 0, 0, 0))

Dim i As Integer = 0

Do While i < dates.Count

If dates(i).Date.Equals(e.Day.Date) Then

ProcessOK =

True

End If

i += 1

Loop

If ProcessOK Then

e.Element.DrawFill =

True

If cellBackColor = Color.Empty Then

cellBackColor = e.Element.BackColor

End If

e.Element.BackColor = Color.Orange

e.Element.Invalidate()

Else

If cellBackColor <> Color.Empty Then

e.Element.BackColor = cellBackColor

End If

If Not (TryCast(e.Element, CalendarCellElement)).Selected Then

e.Element.DrawFill =

False

Else

TryCast(e.Element, CalendarCellElement).Selected = True

e.Element.DrawFill =

True

End If

End If

ProcessOK =

False

End Sub

Nikolay
Telerik team
 answered on 01 Sep 2008
1 answer
78 views
  We would like to assign our own property to a rad UI control that we could then examine in the Rad State Editor.  For instance we could have a property added to the RadTextBox that could be called something like errorState.  We could then set errorState to true at either design time or run time to indicate the error state of the text box.  The controls default theme would then examine this property in a custom state created with the Rad State Editor in the Visual Style Builder. This would then dynamically apply the proper visual styles to the textbox for the custom error state.  This would allow us to encapsulate all visual elements of our application into a single master theme.
Angel
Telerik team
 answered on 01 Sep 2008
6 answers
242 views
We have a need for a custom property on a textbox.  I have found how to create a custom RadProperty, but I do not know how to attach it to all of the textboxes in the application.  Is there a tutorial or something that we could follow for this functionality?

Thanks
Vassil Petev
Telerik team
 answered on 01 Sep 2008
1 answer
119 views
Hi,

I moved my controls from a standard panel onto a RadPanel and noticed, that Form.Validate() was no longer validating my controls on the RadPanel.

The reason for this is, that RadPanel.CausesValidation is false by default and not visible in properties window. Why this?

Regards
Martin
Jordan
Telerik team
 answered on 01 Sep 2008
1 answer
115 views
Hi,
How to add images (.gif) in to the Radcombobox. wincontrols

Thanks in Advance.
Nikolay
Telerik team
 answered on 01 Sep 2008
2 answers
120 views
Hi,
I'm new to RadControls and am having fun using the different controls. I am trying to load groups and elements in a RadPanelBar based on a group table and an items table in my database. If I can do that my employers will gladly buy the full suite. I looked at the help and I can build up the groups programmatically. Is there a tutorial or an easier way to do this? I can build it up using datasources, but just wondered.  I'm using SQL Server, but the help files show an example using Access and OLEDBConnection.

Thanks a lot.
Nikolay
Telerik team
 answered on 29 Aug 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?