Telerik Forums
UI for WinForms Forum
3 answers
273 views
I am using the RADTapStrip (v 2.2) winforms control on a VB.Net form. I am buliding the tabitems dynamically. When I select a tab it changes color to indicate the tab selected but the other tab also retains its selected color state instead to return to its default state. I would have thought this behavior would be built in but evidently I need to change it programmically, how do I do this?  I there a property I need to set when I create the TabItem?
Vassil Petev
Telerik team
 answered on 15 May 2007
19 answers
358 views
Is it possible to have a hierarchial Tabstrip for winforms, similar to asp.net tabstrip?
Vassil Petev
Telerik team
 answered on 15 May 2007
3 answers
109 views
Does Telerik offer any spell check control, which can be used with a RichTextBox in a winforms application.
Vassil Petev
Telerik team
 answered on 15 May 2007
1 answer
183 views
I seem to be getting a pile of these when I add a charting control to the form:

The type 'Telerik.Charting.XXXX.XXXX' exists in both 'i:\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Telerik.Charting.dll' and 'i:\Telerik\Reporting1.0\bin\Telerik.Reporting.dll' I:\Visual Studio 2005\Projects\DojoDashboard\DojoDashboard\User Controls\Content Panels\Summary\ucEnrollment_Class.Designer.cs 31 37 DojoDashboard

Anybody have any ideas?
Chavdar
Telerik team
 answered on 15 May 2007
5 answers
119 views
Is there a way to type in a column, and the row be selected?

Let's say you type "j" -- you want the first row where "j" occurs in that column. You continue -- "ja" and you get the row with "jason" in it.
Mike
Telerik team
 answered on 15 May 2007
9 answers
149 views
I have aproject that I need to add a los of UI object in runtime, It will be great if I can create de object in Desing and click a button and get the code to create a method that create de object like the one I am Seeing in desing view.
Dimitar Kapitanov
Telerik team
 answered on 11 May 2007
3 answers
325 views
Hi!

Just updated to RadControls Q1 2007 and now I can't remove an image from a RadButtonElement.

I have a RadPanelBarGroupElement with two RadButtonElements. When I click on a RadButtonElement I wan't to set an image on this element and clear it from the other. Setting the Image property to null hasn't any effect. The image is still shown on the element. This worked fine in Q4 2006.

Here is my code:
        private void radButtonElement1_Click(object sender, EventArgs e)  
        {  
            radButtonElement1.Image = Resources.MyImage;  
            radButtonElement2.Image = null;  
        }  
 
        private void radButtonElement2_Click(object sender, EventArgs e)  
        {  
            radButtonElement2.Image = Resources.MyImage;  
            radButtonElement1.Image = null;  
        }  
 

How can I remove an image from a RadButtonElement?

Thanks!
Boyko Markov
Telerik team
 answered on 11 May 2007
2 answers
219 views
I downloaded "RadControlsWinforms_Manual_Q4_2006_SP2.chm" file from my download page.
I can open this chm help file on English Windows 2000 desktop without any problem.
But, when I open this file on Korean Windows XP SP2 notebook, I can't see any contents in this help file.
I can open another chm help files without any problem, so I think this is not the problem of my Korean Windows XP SP2 notebook.
"RadControlsWinforms_Manual_Q1_2007.chm" file shows the same problem.
Vassil Petev
Telerik team
 answered on 11 May 2007
1 answer
128 views
I am dynamically creating a form with lables and texboxs in VB.Net data driven from a database table.  I can not get the labels to size properly, it always creates the label to meet the size of the text string instead of wrapping the text to the next line.  It does not matter what size I set the height and width to.  Below is a code piece:

Private Sub Add_Label(ByVal sorder As String, ByVal stext As String, ByVal itab As Integer)

Dim lbl As New RadLabel
lbl.BeginInit()
lbl.Name =
"Label_" & sorder
lbl.Text = stext
lbl.AutoSize =
False
lbl.BorderVisible = False
lbl.width=100
lbl.height=300

Angel
Telerik team
 answered on 11 May 2007
1 answer
104 views
Not sure whether this one has been reported, but when you have a lot of docked tabbed documents the dropdown is very useful to navigate to the one that you want. The problem is that the tab owning the document could do with being scrolled into view too.

Marek
Julian Benkov
Telerik team
 answered on 10 May 2007
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?