Telerik Forums
UI for WinForms Forum
2 answers
149 views
Hello, I need help to add an image, the header of a row if it meets a condition.

I want to replace the default image for any other.

Sorry for my bad English.

 Regards

Vidal Enrique
Top achievements
Rank 1
 answered on 10 Sep 2015
3 answers
1.3K+ views

I'm not databinding, just trying to set the timepicker to null. I can set the nulltext property, but how to set the value to null?

Later

Art

Dimitar
Telerik team
 answered on 10 Sep 2015
3 answers
91 views
Dear,
I would like to know how I can add a radChartView a WinForms UI RadRotator
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 10 Sep 2015
9 answers
587 views
I would like to be able to Set not only isPressed or Mouse Over. I would like to change the visual style of  the button as soon as it is selected. how can i accomplish this with the visual theme builder. i tried everything but it just does not keep the style i applied to isPresses or mousedown.
thank you
Dimitar
Telerik team
 answered on 10 Sep 2015
10 answers
582 views

Can we change RADGridView Header Height at runtime?

Situation is like this:

I need to display following like RadGridview in Windows Application.

.......... |              Col1        |        Col2         |         Col3     |................
.......... |Col11|Col12|Col13| c  | c | c | c | c  | ....................
                                         | o  | o | o| o | o |
                                         | l   | l  | l | l  |   l |
                                        | 21 |22 |23|24 |25 |
                                       
1) Is that possible to display column header vertically?
2) If (1) is not possible then can we change Header height?
3) can we give ToolTip to each column header and its sub-column header?

Probably attached image may clear the idea.
Is there any solution for this situation?
                                       
Thanks.

Stefan
Telerik team
 answered on 10 Sep 2015
1 answer
130 views

Hello Telerik

 I have a RadPageView in Strip Mode and I would like to highlight some pages on runtime.

By highlighting I mean change the theme color for the different state (selected, mouse over, etc.) of the RadPageView. The business need is to show the user which pages needed an action.

 

I have found how to change the backcolor of a RadPageView but not for the different state of the control. Is there a way to do it without handling multiple event ?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 09 Sep 2015
4 answers
222 views

Hi,

I'm facing a strange behaviour when i export a userControl containing a ChartView as a png picture.
Let's explain my issue with code.

First i create a userControl, this userControl has a title ( label) and a chartView.

this chart is slightly customized, i want to show checkboxes as legend items. to do this, i have followed an example mentioned in the forum.

If the checkbox is unckeced the related serie is hidden.

 

var myUserControl = new StatisticLayoutWithAdditionalStats();
 
myUserControl.ChartView.ChartElement.LegendElement.VisualItemCreating += LegendElement_VisualItemCreating;
/// Set layout properties
myUserControl.Title = "Blablabla";
myUserControl.ChartView.AreaType = ChartAreaType.Cartesian;
myUserControl.ChartView.ShowLegend = true;
 
LineSeries serie1 = new LineSeries();
LineSeries serie2 = new LineSeries();
 
 
serie1.DataSource = new BindingList<Coordinate>(Serie1DataSource.Coordinates);
serie1.CategoryMember = "Abscissa";
 
serie2.DataSource = new BindingList<Coordinate>(Serie2DataSource.Coordinates);
serie2.CategoryMember = "Abscissa";
serie2.ValueMember = "Ordinate";
 
myUserControl.ChartView.Series.Add(serie1);
myUserControl.ChartView.Series.Add(serie2);

 

// This class is used to customize legend items
public class CheckBoxLegentItemElement : LegendItemElement
{
 private RadCheckBoxElement checkBox = new RadCheckBoxElement();
 
public CheckBoxLegentItemElement(LegendItem item)
{
 this.checkBox.ToggleStateChanged += checkBox_ToggleStateChanged;
}
 
 void checkBox_ToggleStateChanged(object sender, StateChangedEventArgs args)
        {
            if (args.ToggleState == Telerik.WinControls.Enumerations.ToggleState.On)
            {
                this.LegendItem.Element.IsVisible = true;
            }
            else
            {
                this.LegendItem.Element.IsVisible = false;
 
            }
        }
 
 
}

 

If i display this userControl in a Form it works fine.

But i want to export this userControl as a picture, the userControl can't be displayed in a form, juste created in memory.

 

myUserControl.Size = new Size(600,400);
Bitmap bitmap = new Bitmap(600, 400);
myUserControl.DrawToBitmap(bitmap, (myUserControl.ClientRectangle));

If all checkboxes are checked, the image is good.

But if, at least, one of them is uncheck the graph doesn't display.

Do you have any explanation ?

Regards,

Mathieu

Hristo
Telerik team
 answered on 08 Sep 2015
1 answer
210 views

Hi,

I have a question about charts localization.

 

I create a chart, the horizontal axe is a DateTimeCategoricalAxis.

The format of the label is (Month - Year).

I display the graph with english and french culture, the month is translated correctly, which is very good !! :)

My question :  is it possible the force the graph to display in french culutre even if the current culture is english  ? 

 

Regards,

 Mathieu.

 

Dimitar
Telerik team
 answered on 08 Sep 2015
6 answers
407 views

Hello,

 

I noticed that when I try to dispose a ListView control from its own double click event the application crashes.

The control can be disposed from any other source (e.g. a button click) and this behavior occurs even on an empty List View.

Am I doing something wrong or is this a bug?

 

Thanks.

Dimitar
Telerik team
 answered on 08 Sep 2015
5 answers
412 views

I want to toggle only between Ascending and Descending when the user clicks on the column header.  I do not want the None option.  Not sure what one would use the None option for anyway. That is not a sort.

 

 

Stefan
Telerik team
 answered on 08 Sep 2015
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?