Telerik Forums
UI for WinForms Forum
7 answers
566 views
hi guys,

thanks for your help in advance.

I have two questions as below.
1.  refer to the picture,  I want the label was shown on the top of bar if it is positive,  but on the bottom of bar if negative,  how to implement?
2. how to make the label of X-axis was shown in multiline if it has too many characters?   on the picture I mean the label with text "May 2012' 
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 29 Sep 2017
4 answers
380 views
I want my bar graph to always start at zero and go up if positive and down if negative like in the first attachment. My code creates a graph like the second attachment, where the bar starts at the minimum range and goes up. How do i make my bars on my graph start at zero and pivot up or down depending if the value is positive or negative?
Hristo
Telerik team
 answered on 29 Sep 2017
6 answers
938 views
Hi everyone.

I have a radGridView that has two columns that are dropdownlists.  I add these to my grid like this

string sTABS = "select tabid, tabname from tables";
dtTable = GetData(sTABS); //Procedure to get the data back as a datatable
 
GridViewComboBoxColumn tabcol = new GridViewComboBoxColumn();
tabcol.DropDownStyle = RadDropDownStyle.DropDownList;
tabcol.HeaderText = "Table";
tabcol.FieldName = "TABID";
tabcol.DataSource = dtTable;
tabcol.DisplayMember = "TABNAME";
tabcol.ValueMember = "TABID";
tabcol.Width = 150;
gvSetup.Columns.Add(tabcol);
 
string sCOLS = "Select TVID, COLNAME From Cols";
dtCols = GetData(sCOLS); //Procedure to get the data back as a datatable
 
GridViewComboBoxColumn col = new GridViewComboBoxColumn();
col.DropDownStyle = RadDropDownStyle.DropDownList;
col.HeaderText = "Columns";
col.FieldName = "TVID";
col.DataSource = dtCols;
col.DisplayMember = "COLNAME";
col.ValueMember = "TVID";
col.Width = 150;
gvSetup.Columns.Add(col);

I need to find what event and how I can have a user change the table dropdown and repopulate the column dropdown based on the value from the table dropdown?  

Thank you
Dimitar
Telerik team
 answered on 29 Sep 2017
1 answer
174 views

Hi,

I format gridview cell GridViewDecimalColumn with FormatString : {0:0,0.00}

and :

  private void gvPart_EditorRequired(object sender, EditorRequiredEventArgs e)
        {
            if (e.EditorType == typeof(GridSpinEditor)
                && (gvPart.CurrentCell.ColumnInfo.FieldName == "Cost" || gvPart.CurrentCell.ColumnInfo.FieldName == "List"))
            {
                e.EditorType = typeof(CurrencyEditor);
            }
        }

But when i tab into cell. this is problem:

https://www.screencast.com/t/sKnDuLLkH

this is i expect: 

https://www.screencast.com/t/RNwqwxUhDwCc

Can i move the cursor to the end when i focus to the cell ?

And when i input with this format with value 2.99 , it will display : 02.99. Can it make it only 2.99 ?

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 29 Sep 2017
0 answers
104 views

Hi,
I have a GridView with a child template (X) and another child template (Y)
into the child template (X) and have a decimal column (C) in (Y).
I want to SUM the decimal column (C) in (Y) into a cell of its parent row in (X).

Please attach an example

Ahmed
Top achievements
Rank 1
 asked on 28 Sep 2017
1 answer
144 views

Hello,

We begins to use a TimeLineView scheduler grouped by resources with Progress OpenEdge 11.7..
It is possible to display an hours bar on the top under the days.

Regards
Chistian

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 28 Sep 2017
5 answers
172 views

Hello Telerik,

When I set the value of a RadTimePicker with a DateTime which is not on the current day, it is not possible to edit the time with the control anymore ?

I'm using the last release (2017.3.912.40).

Dimitar
Telerik team
 answered on 28 Sep 2017
3 answers
193 views

Hi,

 

I'm using a RadApplicationMenu in my project at the moment, and it's working great with the theme applied. However, I've been asked if there's any way to make the dropdown activate when you mouseover it, rather than when you click it. Obviously I can write a mouseover event for it, but I don't know if it's possible to trigger the menu from this event?

 

Any help you could provide would be appreciated.

 

Thanks,

 

-Alexis

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 28 Sep 2017
3 answers
261 views

Hi,

 

I'm using "RadControls for WinForms Q3 2011 SP1" internal build "2011.3.11.1219".I would like to fix appointment width. Our customer created the appointment for one resource. The problem is they do not know exactly schedule time for this resource, so they select one date and time is same (09:00am to 10:00 am). They can't see anything on scheduler when they want to assign the correct date. So i want to set fix width on each appointment. How may i set the width for each appointment.

 

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 28 Sep 2017
1 answer
300 views

Hello,

I want to put a clickable image in GridView cell, that button should have a button click event attached to it and i want to get that cell value in click event.

And i not only want a image in cell but also text from datasource,

 

Dimitar
Telerik team
 answered on 28 Sep 2017
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
PdfViewer and PdfViewerNavigator
CommandBar
ListControl
Carousel
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
New Product Suggestions
VirtualGrid
Toolstrip (obsolete as of Q3 2010)
Label
AutoCompleteBox
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
Wizard
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
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
SmartPasteButton
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?