Telerik Forums
UI for WinForms Forum
2 answers
88 views
And also a question how to create header for the chart?

I'm trying to add radchartview to my form but manually(without using toolbox).
But when I run my application and when I press button to call my form with radchartview I've got messagebox with 
telerik.wincontrols.radelement.backgroundshape.

What's the problem? My code in initializecomponent
this.radChartView1 = new RadChartView();
((System.ComponentModel.ISupportInitialize)(this.radChartView1)).BeginInit();
 
this.SuspendLayout();
 
this.radChartView1.Size = new System.Drawing.Size(592, 336);
this.radChartView1.TabIndex = 10;
this.radChartView1.Name = "radChartView1";
this.radChartView1.AutoScroll = true;
this.radChartView1.Location = new System.Drawing.Point(0, 0);
this.radChartView1.Anchor =
    ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    | System.Windows.Forms.AnchorStyles.Left)
    | System.Windows.Forms.AnchorStyles.Right)));
this.ClientSize = new Size(592, 373);
this.Controls.Add(this.radChartView1);
this.Name = "KLDChart";
this.Text = "KLDReport";
this.Load += new System.EventHandler(this.KLDChart_Load);
this.Controls.SetChildIndex(this.radChartView1, 0);
((System.ComponentModel.ISupportInitialize)(this.radChartView1)).EndInit();
this.ResumeLayout(false);
Stefan
Telerik team
 answered on 04 Sep 2012
1 answer
181 views
Due to some limitations and issues with the Winform version of RadSpellChecker I started investigating using the WPF version instead through an ElementHost. 
I discovered that I didn't need the ElementHost and that I could get the WPF RadSpellChecker to take my text and "pop up" by doing the following:
  • Added Reference to "Telerik.Windows.Documents.Proofing"
  • Added Using of "Telerik.Windows.Controls"
  • Created WPF Textbox like so --> var txtControl = new System.Windows.Controls.TextBox();
  • Assigned some test text to it --> txtControl.Text = "This isn't speelt rite.";
  • Ran the static Check() method --> RadSpellChecker.Check(txtControl, SpellCheckingMode.AllAtOnce);

This almost works, I get the SpellCheck window with my text in it but there aren't any words in the dictionary.  Because of the way I'm doing it would I need to add the base English Dictionary back in?  Am I making some other rookie mistake?  Attached is an image of what I am seeing and below is the simple code snippet in it's entirety.

var txtControl=new System.Windows.Controls.TextBox();
txtControl.Text="This isn't speelt rite.";
RadSpellChecker.Check(txtControl, SpellCheckingMode.AllAtOnce);


P.S. I didn't know if this belonged in the Winform or WPF forum, sorry.

Iva Toteva
Telerik team
 answered on 03 Sep 2012
1 answer
113 views
I'm currently evaluating the RadListView in detail view and am getting a nullreference at runtime if I set the width of a column to anything other than the default 200 width. For instance if I go into the designer code and comment the offending line: "listViewDetailColumn1.Width = 100F;" then it works fine with no runtime errors. With that line in the code I get the nullreference error. This is using VS2010 and .Net 4.0.
Stefan
Telerik team
 answered on 03 Sep 2012
1 answer
763 views
Hello, 

In fact, I use the SplitContainer to have a nice layout on my form and I block the Minimum & Maximum size of a lot of SplitPanel.
So I don't need to display the So I don't need to display the Splitter.

On this link : http://www.telerik.com/help/winforms/splitcontainer-overview.html We can see the splitter in bleu. How can I set it to invisible? Or to the same color than the background? 

Thank you
Julian Benkov
Telerik team
 answered on 03 Sep 2012
7 answers
385 views
Is there a way to have the appointment items on the calendar have their own context menu? We want to allow the users to right-click to delete, copy, etc. the appointment.
Ivan Todorov
Telerik team
 answered on 03 Sep 2012
1 answer
124 views
Hello,

I´m using the SelectedObject property of the RadPropertyGrid control. The object that is being passing to, is a simple class with several basic data types properties. Getters of these properties are communicating with an instrument through tcp/ip in order to read its real values.

I have observed that every user action on the control (like a resizing RadPropertyGrid control itself or scrolling its vertical bar or even resizing the help section at the botton of the control) causes that getters of this underlaying class are called again and again.

How could I address this behavior?

Many thanks in advance for your help.
Ivan Petrov
Telerik team
 answered on 03 Sep 2012
1 answer
80 views
we r thinking to design the UI with Telerik controls ,but we have doubt regarding some controls n mainly the regional language support in these controls .
whether Telerik is providing any in-built translation API for translating the data into regional language(mainly in Indian States Languages) 
If  usage of local language support is useful mainly in Textbox,Grid,Labels,Buttons etc

Stefan
Telerik team
 answered on 03 Sep 2012
5 answers
145 views
I noticed the XP Tablet edition was not listed in teh supported OS's.  Has anyone tested the winform controls within a tablet pc environment and if so are they functioning properly?
Nikolay
Telerik team
 answered on 03 Sep 2012
1 answer
135 views
I have a simple question: my Grid is bound to a DataSet, and I want to programatically select a row by ID.
What is the most efficient way to do that?
Stefan
Telerik team
 answered on 03 Sep 2012
3 answers
148 views
The combo boxes are attached to the stored procedures which get the data from the database.  But they still do not seem to get initialized.  In WinForms I guess we have to force the loading or initialization, what is the code for this.  Thanks in advance.
Peter
Telerik team
 answered on 03 Sep 2012
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
ProgressBar
CheckedDropDownList
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
VirtualKeyboard
NavigationView
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?