Telerik Forums
UI for WinForms Forum
4 answers
69 views
I am attempting create Chart Area with negatif Value in Axis Y. Can Anyone help me, please ? 
zake
Top achievements
Rank 1
 answered on 05 Dec 2018
23 answers
1.3K+ views
Hi,

We evaluate Q1 2009 Winforms controls with VS2008 SP1.

1) How to change RadMessageBox title font?

2) How to change RadMessageBox message font?

3) Does the RadMessageBox plays error / success sounds according to the MessageBoxIcon like the .Net MessageBox.Show ?

4) The documentation application that comes with the WinForms doesn't have an entry for RADmessagebox - where to find documentation?

5) Does the RADmessagebox support HTML?  I tried <b> and </b> tags but they are shown.

6) The localization feature of the RADmessagebox buttons text is very nice :-)

Thank you!
    
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 04 Dec 2018
3 answers
300 views

Hi,

First of all, kudos for having developed the chat control--I will be purchasing the Winforms UI license solely for this capability!

I noticed that the text of a ChatTextMessage can be HTML-formatted.  When I create a hyperlink, it looks and acts like one, with the exception that the link target is not launched when I click on it.  How can I overcome this?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 04 Dec 2018
5 answers
442 views

Hi,

I'm in a need for a dialog form that in the end returns a FilePath OR a DirectoryPath, with a TextBox that the user can paste something (file or directory).

I tried doing so with a System.Windows.Forms.FolderBrowserDialog but without success.

 

I'm turning over Telerik, found the RadBrowseEditor and calling the RadBrowseEditor .BrowseElement.BrowseButton.PerformClick() method for opening.

The best/closest DialogType is BrowseEditorDialogType.OpenFileDialog, but the problem is when pasting a DirectoryPath, the control navigates there and no event is raised (same as the system's FolderBrowserDialog, it's even the same used from Telerik).

I tried listening to events ValueChanging and also all those under the BrowseElement object, but nothing works.

 

Any idea (I didn't want to create a new form, developping the navigation treeview, textbox, since almost everyhing is there)?

 

thanks

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 04 Dec 2018
4 answers
139 views

Hi,

I would like to add a secondary x-axis to my chart (having relative instead of absolute values) without a belonging data series. But I have problems to get this axis shown. With the following code, the axis is simlpy not shown:

// Secondary x-axis with percent values of current price
            LinearAxis horAx2 = new LinearAxis();
            horAx2.VerticalLocation = AxisVerticalLocation.Bottom;
            horAx2.Minimum = Math.Round(_minX / ulPrice, 4);
            horAx2.Maximum = Math.Round(_maxX / ulPrice, 4);
            horAx2.MajorStep = Math.Round(ulPrice * 0.03 / ulPrice, 4); // 0.05; // 1 Prozent gerundet //Convert.ToInt16(units)*10;
            horAx2.Font = new System.Drawing.Font("Ubuntu", 10F, System.Drawing.FontStyle.Bold);

 

Is it possible to a secondary axis without a complementay data series?

Thank you

Hristo
Telerik team
 answered on 04 Dec 2018
1 answer
133 views
RadGridview not changing alternate row on radgridview.Rows.Move(0, 2) . AlternatingRowColor and property remain same.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 04 Dec 2018
5 answers
1.4K+ views
Hi,

I'm in the process of evaluating your winform controls and I'm trying to emulate the way the demo app hub changes the title bar of a form, size and colour. For example when selecting the Grid Example the header is about 80 high, dark blue with a back button.

The app I created has a simple Radform and Rad Data View, on load I try to change the TitleBar, but I must be doing something wrong.
I can change the background colour but the background of the system buttons stay the same.

Here's a snippet 
           this.FormElement.TitleBar.Size = new System.Drawing.Size(this.Width, 100);
            this.FormElement.TitleBar.FillPrimitive.BackColor = Color.DarkBlue;
            this.FormElement.TitleBar.CloseButton.ImagePrimitive.BackColor =  Color.Transparent;

I has also tried to create a new RadTitleBarElement, but the out come is the same.

I know I'm missing something simple here so can you point me in the right direction?

Cheers
Shaun.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 04 Dec 2018
1 answer
248 views

I trying out the UI for winforms.   I seem to get pixelated text in the radlabel.   What do I need to do to fix it?

Dimitar
Telerik team
 answered on 03 Dec 2018
2 answers
600 views
How do i set a min um with on split container i have followed the basic demo on here how to setup the splitter so i have left side and a right with to split panels either side what is it i need to set the width so that the user cannot go to some silly width
Hristo
Telerik team
 answered on 03 Dec 2018
0 answers
155 views
I have a DatePicker (not DateTimePicker) and want to add functionality to it.  If I type "t" it displays today's date.  This part works, but I also want to add t-n/t+n where n is the number of days to add or subtract from today's date.  However, whenever you type a number into a DatePicker, it automatically assumes the same month and year and outputs whatever number you type as the date.  For example if i type t+4, and today's date is 11/20/2018, it displays 11/4/2018, even though, through debugging, it does hit the line that should display 11/24/2018.  It appears to run OnValueChanging a second time, imputing what telerik thinks I want.  Is there anyway to disable this, or cancel it once it starts?
William
Top achievements
Rank 1
 asked on 30 Nov 2018
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
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
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
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
FilterView
Accessibility
NavigationView
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
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
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?