Telerik Forums
UI for WinForms Forum
3 answers
81 views

Hi,

how to set styling (font size, color etc) on a value cell to be exactly the same as the cell that represents column header that value cell belongs to?

Hristo
Telerik team
 answered on 02 Oct 2017
2 answers
250 views

I'm able to save a RadGridView's properties(filters and layout) to XML and I store that XML in a SQL table(not a file).
However how do I apply the XML from SQL back to the grids layout? I can apply the layout when in file format but I'm not smart enough to figure out how to apply when in SQL format.

 

Again any help would be appreciated.

Brent

Brent
Top achievements
Rank 1
 answered on 29 Sep 2017
7 answers
504 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
314 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
851 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
111 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
79 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
114 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
130 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
147 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
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
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
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?