Telerik Forums
UI for WinForms Forum
0 answers
204 views

Good evening, I have a small inconvenience, I want to show a vertical line in the highest value of the chart, but when I try to do it, it shows the line vertically. Any suggestions? Thanks.

 

this code:

 var max_linea = listaDatos.Max();
            var min_linea = listaDatos.Min();
            var posicion = listaDatos.IndexOf(listaDatos.Max());

          

            CartesianGridLineAnnotation annotation1 = new CartesianGridLineAnnotation();
            annotation1.Axis = this.ChartSuspension.Axes[1] as CartesianAxis;
            annotation1.Value = max_linea;
            annotation1.BorderColor = Color.Red;
            annotation1.BorderDashStyle = DashStyle.Solid;
            annotation1.BorderWidth = 1;
            this.ChartSuspension.Annotations.Add(annotation1);
            CartesianGridLineAnnotation annotation2 = new CartesianGridLineAnnotation();
            annotation2.Axis = this.ChartSuspension.Axes[0] as CartesianAxis;
            annotation2.Value = posicion;
            annotation2.BorderColor = Color.Blue;
            annotation2.BorderDashStyle = DashStyle.Solid;
            annotation2.BorderWidth = 1;
            this.ChartSuspension.Annotations.Add(annotation2);

Electrónica GOIA
Top achievements
Rank 2
 asked on 14 Feb 2019
3 answers
992 views

     I am able to use the bindinglist() as a datasource for my winforms gridview. I set a timer to randomly update an item in my binding list and the changes are correctly reflecting on the grid. I am using the Onpropertychanged and iNotifyPropertyChanged events in my data class, so my grid is updating with the correct values when the underlying data changes.

I would like to make the cell momentarily change color when the data is changed in that cell. 

Is there a grid event that fires when the underlying data changes when using a bindinglist and the onpropertychanged notifiers?

I cannot seem to locate the correct grid event that fires when the data changes.

 

Dimitar
Telerik team
 answered on 13 Feb 2019
4 answers
532 views

Hello,

So, I have a SplitContainer which contains checkboxes and stuff whose Enabled and Checked statuses will determine what Values will be written on the Database.
When the process to write to the DB begins, I make the Splitcontainer.Enabled = False so that the user will not change anything after the Submit button has already been pressed.
I notice that even though the togglebutton's enabled status is True, when its parent, the Splitcontainer has Enabled=False, the togglebutton itself goes to Enabled=False.
I didn't programme such behaviour, so am I right to assume that this is something that happens by default on Telerik controls?

 

If so, is there a way to globally disable it? On the normal Windows Forms Controls this doesn't exist and I am used to leveraging this behaviour.

Ioannis
Top achievements
Rank 2
 answered on 12 Feb 2019
1 answer
719 views

Hi!

Can you please tell me how can I change the background color of dropdown list item with SetThemeValueOverride when the item is in mouseOver state?

And how can I identify the elements, primitives, properties in every case if I need to change something with SetThemeValueOverride? Is there a generic guideline?

Until now I used your Visual Style Builder, but in some specific cases it doesn't help.

e.g.: DropDownList has a ListView, but how can I access ListItems and their states (default, mouseOver, Disabled etc.) through the DropDownList element?

 

Thank you,
Sandor

Hristo
Telerik team
 answered on 12 Feb 2019
5 answers
176 views
So, I've been saving my Visual Studio Settings for years now, and the usual size  of the file is ~300kb
On Visual Studio 2019, when exporting the settings, the file created is now 20MB, a substantial difference to say the least.

Now, I can't confirm that this is Telerik's doing, but upon inspecting the endless lines of XML, one thing has remained the same... Telerik references.

You can access a zipped version of it here: https://www.dropbox.com/s/51ves9qq7ui02sl/2019-02-04%20Default%20VB.rar?dl=1
If this has nothing to do with Telerik, I apologise for having wasted your time.

Best regards,
Ioannis Mamalikidis
Ioannis
Top achievements
Rank 2
 answered on 11 Feb 2019
6 answers
264 views

Hello,

Please advise whteher there is an available code sample on how to use the following specified method in winforms

IImageExporter..::..ExportToImage Method 

http://doc.evget.com/HelpDocument/RadControlsForWpf/html/M_Telerik_Windows_Controls_GanttView_IImageExporter_ExportToImage.htm

or any alternative routine to achieve the same desired effect.

Many thanks

Dimitar
Telerik team
 answered on 11 Feb 2019
1 answer
166 views

Hi,

After enabling spell check on richtexteditior (IsSpellCheckingEnabled = true;). no spell checking is detected. the default English is not working.

Is there something else need to be done on top of   (IsSpellCheckingEnabled = true;)?

Regards,

Omar

 

Hristo
Telerik team
 answered on 11 Feb 2019
13 answers
309 views
Hy, I wanted to know how to edit the Grid Grouping Panel and the elements within this element, such as the buttons ?
I hope a reply, thanks
Dimitar
Telerik team
 answered on 11 Feb 2019
1 answer
102 views

Hi,

My start time is 01/03/2018, and my end time in 09/02/2019.

I would like to zoom in the time line so that I can see all the tasks within one page, is that possible?

Regards,

Omar

Omar
Top achievements
Rank 1
 answered on 09 Feb 2019
2 answers
70 views

Hi,

Is it possible to make the GanttView read only, that is no update is allowed.

 

Also, is it possible to make the left side panel fixed?

 

Regards,

Omar

Omar
Top achievements
Rank 1
 answered on 09 Feb 2019
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
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
ShapedForm
SyntaxEditor
Wizard
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
Overlay
Security
LocalizationProvider
Dictionary
SplashScreen
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
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?