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

How to Generate a Graph which have multiple X axis with different Chart types?.

Pls see the attachement

Thanks
Arul
Vladimir Milev
Telerik team
 answered on 08 Jan 2010
1 answer
90 views
Hello,

I tried to download the Winform Q3 2009 SP1 to test for our new project,
but I found a problem,
According to the Release Note of the Winform Q3 2009 SP1 as below hyperlink,

http://www.telerik.com/products/winforms/whats-new/release-history/q3-2009-sp1-version-2009-3-9-1203.aspx

I see one fix item of the Fixes list of RadGridView as below:
Fixed: Column groups layout is wrong when there is only one group and it owns a child group.

After trying this fix item in my test project,I found this bug still exist in this version.
Please help us to adress this problem,thanks.

Best Regards.
Jack
Telerik team
 answered on 08 Jan 2010
9 answers
201 views
Hi Telerik support team
I have table and data as 

Table1

Field1 Field2
0001 100
0001 200
0001 300
0002 001
0002 002
0003 003

How I can create treeview with vb 2008 sqlcommand by datareader as

Treeview

-0001
  --100
  --200
  --300
-0002
  --001
  --002
  --003
Thanks,

Teddy

Amnad Lueaipang
Top achievements
Rank 1
 answered on 08 Jan 2010
3 answers
178 views
Hi ,

I have a Grid, I want to put a check box in the Grid Header.

I mean let's say Header Displays ID, Name and address.
Then fourth column should be something like one Checkbox followed by HeaderText Location . If not check box then any kind button control will also do.

Is there a way i can do it.
 
Thanks,
Sasmita
Martin Vasilev
Telerik team
 answered on 07 Jan 2010
0 answers
74 views
Hi,

    I used the GridViewCheckBox Column in GridView. How could I check a Check Box the other Check Box will be Unchecked.

Regards,
Anand T
Anand T
Top achievements
Rank 1
 asked on 07 Jan 2010
8 answers
415 views
Hi, how do I show the text of the front item on the carousel and how do I disable the glow that occurs on mouseover on the item?


mrdcpwns
Top achievements
Rank 1
 answered on 06 Jan 2010
2 answers
186 views

I am new to RadControls but so far they work fine.  I am not finding a reference that explains the prefered method for creating DocumentWindows for the RadDock Control using the Visual Studio form designer.  My program could have any number of forms and are based on different "types" that I define.  Before using RadDock, I would use the Visual Studio designer to create the basics for each type of form, then at run time dynamically add to and-or modify the base form for each instance required.  Because I don't know in advance what types of forms will be displayed, I don't think adding form types to the RadDock control itself at design time is a useful approach.  I found that if I use  AutoDetectMdiChildren, if a DocumentWindow form is "hidden" when the user closes it and I re-show the form later, it is blank.  To correct this I found the following works just fine. 
First don't user AuoDetectMdiChildren.
Second in the "formname.Designer.vb" file make the following change....

 

'Inherits System.Windows.Forms.Form

 

 

 

 

Inherits Telerik.WinControls.UI.Docking.DocumentWindow

 

 

If I later want to modify the form with the Visual Studio form designer, I un-comment the first line and comment the second.

This is working without a hitch, but since I don't find any reference that describes the "proper method", I just wanted to ask if this sounds OK or if there is a better "recommended" pratice that I should be following.  To summarize, I want to be able to visual modify DocumentWindow forms for the purpose of creating defined "types" of forms that my program can select from at runtime and the user needs the ability to hide and re-display these forms.

Thanks

Troy

Troy Werner
Top achievements
Rank 1
 answered on 06 Jan 2010
4 answers
716 views
I hava a problem with selecting value in RadColumnComboBox.I can't even change property selectedValue.

this.radMultiColumnComboBoxMachineEventWorkerApproved.DataSource = this.bindingSourceWorkers; 
this.radMultiColumnComboBoxMachineEventWorkerApproved.ValueMember = "idWorker"
this.radMultiColumnComboBoxMachineEventWorkerApproved.DisplayMember = "surname"
 
            foreach (var column in this.radMultiColumnComboBoxMachineEventWorkerApproved.MultiColumnComboBoxElement.Columns) 
            { 
                column.IsVisible = false
            } 
 
            this.radMultiColumnComboBoxMachineEventWorkerApproved.MultiColumnComboBoxElement.Columns["idWorker"].IsVisible = true
            this.radMultiColumnComboBoxMachineEventWorkerApproved.MultiColumnComboBoxElement.Columns["name"].IsVisible = true
            this.radMultiColumnComboBoxMachineEventWorkerApproved.MultiColumnComboBoxElement.Columns["surname"].IsVisible = true
            this.radMultiColumnComboBoxMachineEventWorkerApproved.MultiColumnComboBoxElement.Columns["PESEL"].IsVisible = true
            this.radMultiColumnComboBoxMachineEventWorkerApproved.MultiColumnComboBoxElement.Columns["name"].HeaderText = "ImiÄ™"
            this.radMultiColumnComboBoxMachineEventWorkerApproved.MultiColumnComboBoxElement.Columns["surname"].HeaderText = "Nazwisko"
            this.radMultiColumnComboBoxMachineEventWorkerApproved.MultiColumnComboBoxElement.Columns["PESEL"].HeaderText = "Pesel"
 
// ------------ now I try to change value 
 
this.radMultiColumnComboBoxMachineEventWorkerApproved.MultiColumnComboBoxElement.SelectedValue = 5; 
var selectedValue = this.radMultiColumnComboBoxMachineEventWorkerApproved.MultiColumnComboBoxElement.SelectedValue; 

After running this code selectedValue is 1 not 5. A can't find a way to choose element in multicolumnbox programicaly so the user could see selected item before changing value to other.

Jarek.
Gustav Mulder
Top achievements
Rank 1
 answered on 06 Jan 2010
1 answer
89 views

Hello,

I have a RadCalendar where I can multiselect individual dates or by row.  The problem is when I click a rowheader it deselects any previously selected date(s).  I need the ability to select multiple weeks not necessarily next to each other.  Can anyone help me on keeping the previous selected dates when clicking on a rowheader?

Any help appreciated!
Thanks in advance.

 

 

Nikolay
Telerik team
 answered on 05 Jan 2010
3 answers
229 views
Hi I am using Telerik.WinControls.UI.RadGridView Control


Now I have one field which displays telephone number
my input will be >10 digit no.

I want to display it in this format: (###) ###-####Ext.####

Can you help me in this topic how can I format this....?
Martin Vasilev
Telerik team
 answered on 05 Jan 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)
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?