Telerik Forums
UI for WinForms Forum
5 answers
203 views

I would like to alter the behavior of the calendar popup so that when the Equal button is clicked, it performs all the default actions of the equal button, but closes the popup calculator and the result is selected in the control.

 

Thanks,

Mark

Hristo
Telerik team
 answered on 06 Dec 2018
2 answers
95 views

Is there a way restrict the user from being able to hide certain control items?

I want to allow our users to be able to customise the layout to large extent but there are a couple of items that should always be on screen. I've browsed the documentation but I couldn't see anything that would help.

Rob
Top achievements
Rank 1
 answered on 05 Dec 2018
17 answers
620 views

Is there the way to fix the position of some items in CommandBarStripElement so those items are always visible and could not be moved to the overflow.

I guess it is pointless to override OnItemOverflowed as it is already too late, the item already moved to overflow menu. Isn't it?

 

Thanks.

 

Ras Ran
Top achievements
Rank 2
Iron
Veteran
Iron
 answered on 05 Dec 2018
4 answers
883 views

Hi,

I got a radchartview with some scatterlineseries. When the user changes a parameter, the chart should be updated with a new series. That works but the old series is still on it. I tried radchartview.series.clear, but I would need something to clear/reset the whole chart before adding the new series.

How can i do that, please.

Ian
Top achievements
Rank 2
Bronze
Bronze
Iron
 answered on 05 Dec 2018
19 answers
503 views
Hello everybody,

we´re (still) updating to RadControls Q3SP1 an we still experience problems with RadMessageBox and large text, like 4000 characters.

In the program we collect multiple messages and append them to a StringBuilder using AppendLine. If this text exceeded 4000 characters, it is cut (StringBuilder.Length = 4000) and a "text-was-cut-message" is appended, so the resulting string has about 4100 charaters and is passed to the RadMessageBoxes Show method.
The resulting MessageBox shows the whole text in the upper portion of the control and is that big (rest (half) of the messagebox is empty), you can´t click "Ok-Button", because it´s located just under the bottom of my monitor.

So, if text is that big - we have to use MS MessageBox.

What I found out while making the screenshot is, that this behaviour depends on the text. I tried to make an example where I put a space after every 50 or 100 characters and a newline after every 500 characters and the text was almost shown as expected.


Greetings,
Daniel
Ras Ran
Top achievements
Rank 2
Iron
Veteran
Iron
 answered on 05 Dec 2018
4 answers
81 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.4K+ 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
326 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
478 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
153 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
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
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
Styling
Barcode
PopupEditor
RibbonForm
TaskBoard
Callout
NavigationView
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Security
LocalizationProvider
Dictionary
SplashScreen
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?