Telerik Forums
UI for WinForms Forum
2 answers
717 views

I am using a RadRibbonForm control, so I hope this is the correct forum. 

Could you give me the lines of code to change the background color of the title bar on a RadRibbonForm?

Why, you ask?  I would like to change the background color of the title bar when the application is in "Test" mode and connected to our test data (vs. production).  I realize this is probably unusual and goes against Microsoft specs for Ribbon Forms, but I want it to be clearly visible to all that the application is connected to test data and not connected to production.  My thought was that all forms in the application (the main RadRibbonForm, and various modal dialogs) would have a highlighted title bar when in test mode.  Regular production users would only see the "normal" view.

I can easily do this on RadForms like this:

     form.FormElement.TitleBar.FillPrimitive.GradientStyle = Telerik.WinControls.GradientStyles.Solid;

    form.FormElement.TitleBar.FillPrimitive.BackColor = Color.Yellow;

But I can't find the right property for the RadRibbonForm. I've tried with no avail things like:

     this.radRibbonBarMain.RibbonBarElement.RibbonCaption.BackColor = Color.Yellow;

Could you help me out?

Chris
Top achievements
Rank 1
 answered on 25 Nov 2013
1 answer
101 views

I use C# to implement the chart and bind the data source with a two-dimension array.
However,each series name on the chart can not be changed to the "xxx", it still shows "series 1", "series 2" and "series 3"

I would like to know what can I do to solve the problem above.  Thank you.

RadChart1.DataSource = twoDimArray;
RadChart1.DataBind();
    ……...
RadChart1.Series[0].Name = "xxx";
RadChart1.Series[1].Name = "yyy";
RadChart1.Series[2].Name = "zzz";

Ves
Telerik team
 answered on 25 Nov 2013
1 answer
153 views
Hi, I have a RadGridViewTable set up in my designer, which contains a MultiComboBoxColumn and I was wondering how I add individual Columns to that MultiComboBoxColumn, manually (as i'm not using data binding) either within the code or through the designer (C#)?

Thanks. 
Ralitsa
Telerik team
 answered on 25 Nov 2013
3 answers
470 views
Hi,

I have a scenario where I have to programmatically create Tables in a RichTextbox editor. The tables are created but I want to insert data into these tables. is there some way to programmatically get to blank tables inside a document and add data into its cells.

could you please share the code for the same?


Thanks in Advance,

Ramana
George
Telerik team
 answered on 25 Nov 2013
2 answers
637 views
all i want is to insert a simple Bulleted List inside RadRichtextBox.
Or basically, I want to show few texts in bullets. 
How do I do that?

BulletedList list = new BulletedList(this.radRichTextBox1.Document);
foreach (string item in TableOfContent)
{
         Paragraph p = new Paragraph();
         p.Inlines.Add(new Span(item));
         list.AddParagraph(p);
         ListItemInfo li = new ListItemInfo(list, p, 1);
}

I tried above code and also this.
Nothing works, not even my text appears inside the richtextbox upon run.
Please help. 
George
Telerik team
 answered on 25 Nov 2013
1 answer
135 views
Is it possible to put text about a bar Series graph...for example, if I had a max y-Axis of 100 and I wanted to put text just about the 100 y_Axis.  Is this possible and if so please show me how.
 
Dimitar
Telerik team
 answered on 25 Nov 2013
1 answer
181 views
Is it possible to put text on the bar-series control?  If so could I have an example.
Dimitar
Telerik team
 answered on 25 Nov 2013
3 answers
443 views
I'm working in a chart to display kms(x axis) vs. voltage (y axis) in Linear Series, and kms (x axis) vs.% (y axis) in scatter Series, Obviusly the 2 series must share the same X axis.
If i set X axis as LinearAxis, the LineSeries is not showing, but if i set Xaxis as Categorical Axis, the ScatterSeries is not showing.
Is there any way to make 2 diferent Series work in the same X linearAxis?

NOTE. i'm generating the chart in runtime

thanks in advance
Ivan Petrov
Telerik team
 answered on 25 Nov 2013
16 answers
445 views
Can we expect an office 2013 theme in Q3 or in the near future? Competitors like DevComponents do have this theme already in their control toolkits.

Best regards.
Stefan
Telerik team
 answered on 25 Nov 2013
2 answers
199 views
Hi, 

In DropDownList I am not able to display image in Editor area with Q1.2013.SP1 version whereas it was working perfectly okay with Q2.2011.SP2.  ShowImageInEditorArea property is set as True in both versions. 

Please see the attached image. 


Regards
Richard

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