Telerik Forums
UI for WinForms Forum
1 answer
146 views
I am building a ghant chart and I would like to have two x axis labels.  One would show the month and then underneath that there would be another label for each year.  Is it possible to have two x axis labels?  One underneath the other.  See below:


Jan     Apr   Jun    Sep   Dec |  Jan     Apr   Jun    Sep   Dec
            2008                                        2009
           
Dwight
Telerik team
 answered on 08 May 2009
1 answer
123 views
I am working on a gantt chart and I have set the series name to "Construction Time".  I tried this at design time and at run time and it always changes the name back to Series xx.  Any help would be greatly appreciated.

 

myChart.Series(0).Name = "Construction Time"

 

Dwight
Telerik team
 answered on 08 May 2009
1 answer
105 views
Hi Telerek Team,
EditorControl (RadGridView) in RadMultiColumnComboBox doesn't allow Editing or adding new row even i set all Allow Edit ,Allow Add new row = true for the grid,  read only = false for all Columns.

waiting you reply
Thx alot.

Mohamed S. Abu Emash
Software Developer
Georgi
Telerik team
 answered on 08 May 2009
2 answers
180 views
i have a chart with dates on X-axis , Chart is bound to a dataSource and there are 700 items  .
with the default settings all the dates are displayed as labels and there is a overlap of labels on X-axis. 

what i want to do is have only three labels on x-axis.
 1) at start   i.e Min of Dates (the x-axis starts from here)
2) at end i.e Max of Dates (the x-axis Ends here)
3) at  the middle (approximately)  (between the min and max date)

in Chart wizard, labels can be added to axis manually . but it only accepts INT's.
How can i achieve this with dates?

below is the code generated by the designer while adding labels manually for INT Data types

 

 

 

            Telerik.Charting.ChartAxisItem chartAxisItem1 = new Telerik.Charting.ChartAxisItem();  
            Telerik.Charting.ChartAxisItem chartAxisItem2 = new Telerik.Charting.ChartAxisItem();  
            Telerik.Charting.ChartAxisItem chartAxisItem3 = new Telerik.Charting.ChartAxisItem();  
            chartAxisItem1.Value = new decimal(new int[] {1, 0,0,0});  
            chartAxisItem2.Value = new decimal(new int[] {6,0,0,0});  
            chartAxisItem3.Value = new decimal(new int[] {11,0,0,0});  
            this.radChart1.PlotArea.XAxis.Items.AddRange(new Telerik.Charting.ChartAxisItem[] {  
            chartAxisItem1,  
            chartAxisItem2,  
            chartAxisItem3}); 

 

Glen Fernandes
Top achievements
Rank 1
 answered on 07 May 2009
2 answers
153 views
Hi,

in the last version, I try to set an Height for ColumnGroupsViewDefinition but it don't work.

first try:
ColumnGroupsViewDefinition _ColumnGroupsViewDefinition = new ColumnGroupsViewDefinition();
[...]
_ColumnGroupsViewDefinition.ColumnGroups[1].Rows[0].Height = 45;

second try:
pRadGridView.GridElement.TableHeaderHeight = 45;

Fabien
Martin Vasilev
Telerik team
 answered on 07 May 2009
4 answers
608 views
Hello!!!

I'm using the telerik library, 2008 version. I want to have a unique form that is called from two different options in the menu and depending on the option you select in should show a label and a combobox or a label and a textbox. The label is easy to change, but how do i do to change between the combobox and the textbox? I tried put it over and set the visible attribute to false but it's not working because i have everything inside a table layout and it only lets me put one control in every cell.

Do you have any ideas? Thanks!!

Ana Mora
Ana
Top achievements
Rank 1
 answered on 07 May 2009
15 answers
987 views
I have a datagridview that has a checkbox column.  I want the row to change color when it's checked and when it's unchecked I want the original color to show up.  What is the best way to do this without using the Themes?  Is that even possible?

Thank You
Jerry
Jack
Telerik team
 answered on 07 May 2009
2 answers
193 views
How can I determine if I'm editing a parent or a child in the radgrid?

I tried something like this:

private void radgrid_CellEndEdit(object sender, GridViewCellEventArgs e) 
  Console.WriteLine("cell edit"); 
  if (radgrid.Rows[e.RowIndex].ViewTemplate.Parent == null
  { 
    Console.WriteLine(radgrid.Rows[e.RowIndex].Cells[e.ColumnIndex].Value); 
  } 
  else 
  { 
    var template = radgrid.MasterGridViewTemplate.ChildGridViewTemplates[0]; 
    Console.WriteLine(template.Rows[e.RowIndex].Cells[e.ColumnIndex].Value); 
  } 

But I'm keep going in the first part of my if statement.

Thanks


Nick
Telerik team
 answered on 07 May 2009
2 answers
154 views
Hi,
I'm just wondering why is the RadSchedulerNavigator component not visible in Toolbox along with other Telerik components...


Thanks for your response.

Pavel K.
Deyan
Telerik team
 answered on 07 May 2009
1 answer
168 views
One of the major issues i have currently with the RibbonBar component is that in order for it to display properly without the standard windows forms title bar, you have to inherit from shaped form, when the forms border disappears, it stops acting like a normal window and no longer drops a shadow on vista.  This is a problem becuase the entire reason for using the Ribbon UI is to make the application look like a mature, modern software application, but the window looks badly implemented compared to the other applications running on the system without the form shadow, which somewhat defeats the purpose.

Are there plans to fix this?
Deyan
Telerik team
 answered on 05 May 2009
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?