Telerik Forums
UI for WinForms Forum
1 answer
81 views
How can i customize the error provider at the EditAppointmentDialog?
Boyko Markov
Telerik team
 answered on 23 Sep 2009
11 answers
317 views
Hello,
i can't seem to figure out how to select several days in my calendar.
I have a list of dates that i would like to select in my calendar. How can i do this?
I set the property AllowMultipleSelect tro true and tried something like that but  no dates are selected:

   For  each myDate in DateList
            Me.RadCalendar1.SelectedDates.Add(myDate
        Next 
thanx
Boyko Markov
Telerik team
 answered on 23 Sep 2009
1 answer
113 views
Hai im using telerik control in one of my windows form. The other forms are loading very fast.
but the telerik forms are take long to load. Im sure is not a coding problem.
How to make it fast?
Nikolay
Telerik team
 answered on 23 Sep 2009
1 answer
271 views
Hi,

I have a column which shows an error icon in a GridView. It is added as a GridViewImageColumn. I would like the tooltip text of the cell to be the error message, however the CellElement property of the GridViewCellInfo is null. How can I set the tooltip text of an image cell?

Thanks,
Jon
Nikolay
Telerik team
 answered on 23 Sep 2009
1 answer
230 views
Hey Telerik team and users!

Its been a while since someone asked for some help related to cells and merging them.
So here I am.
What I'm trying to do is to merge specific cells, I need rowspan and colspan.

I'd love something like: DataGrid.Rows[0].Cells[2].Colspan(2);
Which merges Cells 3,4 and 5 in the first row (zero-based index for the cells) . Looking for something similar to use rowspan ;)

Is that possible that way or the other? I'm quite desperate by now. So there's HtmlView but I'm not quite sure if this does the trick for me. And it seemed to me a bit complicated, to be honest.

I'd be glad for some help and suggestions!
best regards!
Jack
Telerik team
 answered on 23 Sep 2009
1 answer
442 views

I have a combobox defined like this:

cmbOrigin.Items.Clear();  
cmbOrigin.AutoCompleteMode = AutoCompleteMode.SuggestAppend;  
cmbOrigin.NullText = Transat.PDP.Client.Properties.Resources.ControlDataOriginNullText;  
foreach (MyItem i in ListOfMyItems)  
{  
    cmbOrigin.Items.Add(new RadComboBoxItem(string.Format("{0} - {1}", i.Code, i.Nom), i));  

I want to have the AutoCompleteMode set to SuggestAppend so that the rest of the text get showed and the list is showed too.
What i dont want is the user to be able to type 2 letters and then hit backspace and go out of the combobox leaving me with an inconsistant value.

how can i force the user to pick a valid entry in the combobox?


thanks
mateo

Deyan
Telerik team
 answered on 23 Sep 2009
2 answers
423 views
Hello,

This should be an easy one. I'm looking to make the X-Axis labels on my grid look identical to the one in your example here:

http://www.telerik.com/help/winforms/buildingdatabinddatabase.html

I have successfully gotten the text rotated, colored, formatted, etc, but the one thing that doesn't work is the alignment. In your example, the text is right-justified, making it hug right up against the bottom of the grid, which is nice! In my case, even when I set 

radChart.PlotArea.XAxis.Appearance.LabelAppearance.Position.AlignedPosition = Telerik.Charting.Styles.AlignedPositions.Right;

It still doesn't do that, but stays center justified, so that longer strings run into the chart, and smaller strings are sitting many pixels below the bottom. How do I get my text to be aligned to the right?

Thanks!
Jeremy

Ves
Telerik team
 answered on 23 Sep 2009
7 answers
378 views
I have seen some similar threads, but this is not the same issue (I don't believe it is).

I have 2 RadForms, one is a MDI parent and the other is a MDI child. As mentioned, these both inherit from a RadForm.
Everything (nearly everything) was working correctly until I decided that I wanted the child to be maximised when opened inside the MDI parent. I used this bit of code:

    Private Sub WorkCentreLogsToolStripMenuItem_Click(ByVal sender As System.ObjectByVal e As System.EventArgs) Handles WorkCentreLogsToolStripMenuItem.Click 
        frmWorkCentreLog.MdiParent = Me 
        frmWorkCentreLog.WindowState = FormWindowState.Maximized 
        frmWorkCentreLog.Show() 
    End Sub 

I should point out that inside my MDI parent, I use the windows ToolStrip and MenuStrip. The reason for this is that I prefer thier interface and how easily they are to add.
I removed both of these to see if it was them that were causing the issue I was having.

Now, the issue is this: When the child window is maximised, the parent form does not have any way of minimising or changing the window state of the child form. Nor does it display the title of the child window in the parent window's title bar (This is the same issue as others have had, but their solution was to use RadForm rather than ShapedForm. I have not used the ShapedForm at all).

If someone could help me identify the cause and solution to this, I would be greatful.
Deyan
Telerik team
 answered on 23 Sep 2009
3 answers
110 views
I have a UI that is fully resizable.  I just noticed that the charts don't automatically resize with the container parent.  Also, when I set dock fill or anchor to all sides and resize the container, the chart says the same.  Am I doing something wrong?

Thanks,
Brian
Brian Battersby
Top achievements
Rank 1
 answered on 23 Sep 2009
4 answers
93 views
Even though I have the legend closed, there is still extra space to the right of the plot area in charts.  Could you please tell me how I can make the plot area go all the way to the right edge?

Thanks,

Brian
Brian Battersby
Top achievements
Rank 1
 answered on 23 Sep 2009
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
Barcode
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Licensing
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
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?