Telerik Forums
UI for WinForms Forum
1 answer
117 views

Greetings

I have Point Chart Type Graph in WinForms. My client is requiring me to Display range labels for the XAxis, so for instance in the label between tick marks say - 10 to 30, 30 to 50 and so on. In its natural state the graph displays the xvalue, I would need to know the range of data between tick marks in order to provide for a label. Is there a workaround you could suggest?

I really like the Mark Zone approach, as a matter of fact I try this one, and It work really well! My only concern is that the MarkZone Label Displays at the top of the Graph... If I could only manage to display this label right at the bottom (right above the XAxis Line) I could fake the XAxis labels.

Also my client wants me to specify the number of ticks, on the xAxis, and I have not manage to accomplish this - How can I do this, say like have 11 tick marks instead of 5? In addition, My graph for some reason is starting in the xaxis label before zero - even though there is not even xvalues before zero, I try changing XAxis.MinValue but this had not effect.

Evgenia
Telerik team
 answered on 27 May 2011
3 answers
147 views
Hi,

            I am using Radcalender and a radschedular i have 3 issues regarding these


1)In the radcalender if i select the full week then the radscheduler shld show the full week details as in screenshot.Please refer screenshot(schedular.jpg) .How can i do like this


2)Along with radscheduler i am using radschedulernavigator in that i want to remove a comobox showing the details og GMT timings of different countries  please refer screenshot(navigator.jpg)

3)How can i show the multiple users appointments in the schdular for example refer screenshot(multiple users)

Thanks
Divya
Ivan Todorov
Telerik team
 answered on 27 May 2011
3 answers
100 views
After updating to the latest release, we noted some strange behavior in the "PageView" controls. When the page views are initially rendered, they are rendered blank. Switching between the tabs causes the controls in the container to redraw. When the window is then resized (manually, or via the min/max buttons) the PageViews no longer render their content.

There have been no changes to the code - only the "project upgrade" wizard was run on the project, and this started.

Not sure were to go next..?
Ivan Petrov
Telerik team
 answered on 26 May 2011
1 answer
102 views
Hi,
I have a new problem: I' d like to add a radbutton or an other clickable item on the top right site of a radribbonbar, just before the systembuttons (Minimize, Maximize,Close) on the Ribbonbar caption, or before the help button near the MDImenu buttons (MDIminimize button, MDIrestorebutton,...) and to create a custom function when clicking on it.
I tried to insert a new RadItem on the commandtabs and to position it on the right site , but at runtime the application rises an exception and the ribbonbar is not created, while I could not find a way to insert a new raditem near the systembuttons.
Is there a way to add a new command/item in the places mentioned, or is there the possibility to use standard radribbonbar controls actually not used in the positions mentioned to implement a custom function?
I actually do not use MDImenu buttons
Ivan Todorov
Telerik team
 answered on 26 May 2011
1 answer
303 views

i'm using RadGridView control to expose data, i added columns type of GridViewComboBoxColumn,
when you clik on certain cell to edit, it will be shown as ComboBox.My question is:

How to access the combobox in the RadGridView to get the selected values or item ?

Any Help will be appreciated!!!
Thanks in advance...
Asa'ad....

Stefan
Telerik team
 answered on 25 May 2011
1 answer
144 views

I am not able to set the height of RadRibbon Bar in Winforms.

Please review the attached file.

When I set the Min Size/Max Size properties under root element, the border is getting truncated.

Can anyone help me on this.

you can reach me at saikiran@mediennetworks.com


Thanks

Kiran

Peter
Telerik team
 answered on 25 May 2011
1 answer
55 views
How do I get the actualheight of columnheaders of a child template?
Stefan
Telerik team
 answered on 25 May 2011
3 answers
137 views
Hi

I'm very new to the visual studio environment and telerik controls.  I'm using a Gridview with bound data and I need to navigate through all the data rows.  Basically I need to read the value of the second value to make a secuential process.

private void LlenarRestaurantes () {
           SqlDataReader dr ;
           SqlCommand cmd;
           string Sqlstring;
 
           Sqlstring = "   SELECT  '(' + rtrim(RE.sNumeroRestaurante) + ') ' +  RE.sNombreRestaurante  as RESTAURANTE,"
                       + "'\\'  +  rtrim (RE.sServidorDatos) + '\\Cambios\\' as [RUTA DE ENVIO] , 'SIN PROCESAR' as RESULTADO "
                       + " FROM         amRestaurantes AS RE INNER JOIN"
                       + " CambioRecetaRestaurante AS CR ON RE.sNumeroRestaurante = CR.sCodigoRestaurante"
                       + " WHERE     (CR.sConsecutivo = '" + lblNumeroDeCambio.Text  +  "')";
           cmd = new SqlCommand (Sqlstring , db);
           dr = cmd.ExecuteReader () ; 
           gvRestaurantes.DataSource = dr;
            
           gvRestaurantes.BestFitColumns();
       }


I know that it's a very simple task but as a novice I haven't found how to do it.  I'm using Windows 7 with Visual Studio 2010 Ultimate.

I need also  to write on the third column some custom values from me. I can do that?

Thanks
Svett
Telerik team
 answered on 25 May 2011
1 answer
279 views
I have a tabstrip (radpageview), containing the letters of the alphabet that is used to filter the results in a grid (if I click A, all rows starting with A are shown).  I would like to adjust the tab height so that all letters/tabs fit into the height of the pageview control.  I have tried changing many different settings (including the previously mentioned min size) without any luck.  Nothing seems to change the height of the tabs.  How can I accomplish this?  Thanks!
Stefan
Telerik team
 answered on 25 May 2011
1 answer
114 views
Hi, I just came across the feature EnableHeaderContextAggregatesMenu that I would really like to use but it seems to only be in ASP.NET and not WinForm. Am I right?  Is there any reason for this?

thank you!

Steve
Stefan
Telerik team
 answered on 25 May 2011
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
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
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
Security
LocalizationProvider
Dictionary
SplashScreen
Overlay
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
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?