Telerik Forums
UI for WinForms Forum
0 answers
97 views

Greetings,

Is it possible to disable System, Web or Professional tab in colorbox dialog ?

George C.
Top achievements
Rank 2
Iron
Veteran
 asked on 27 May 2019
0 answers
79 views

 Hello everyone,

 I have a problem, please help me solve it.

 How to realize the function of GridView, item (8, a) in GridView with RadGridView control.

hong
Top achievements
Rank 1
 asked on 27 May 2019
1 answer
133 views
How to localize  Simplified Ribbon?
Dimitar
Telerik team
 answered on 24 May 2019
1 answer
114 views

Can anyone help me identify which color setting needs to be changed if I want to change the (background?) color of the items in a CheckedDropDownList?  The default is an orange color that I'm not a big fan of.

Dimitar
Telerik team
 answered on 24 May 2019
2 answers
112 views

Hi,    

       I need to disable the right click  Context Menu  for RadSpinEditor. I tried a lot but could not able to disable it.. Can someone anyone help for this?

iyappan
Top achievements
Rank 1
 answered on 23 May 2019
6 answers
1.8K+ views

Hi

Using a RadBrowseEditor, how can I change at runtime (using code) the ForeColor of the text when control is disabled?

Eric Moreau
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 21 May 2019
0 answers
176 views

 Hi ,

I am using the relational gridview. when i click the button , i want the node will be expanded by condition . Follow the link : https://docs.telerik.com/devtools/winforms/controls/gridview/hierarchical-grid/how-to/expanding-all-rows . is it the best way to do it ? because i see it is really slow when expanding.

 

void ExpandAllRows(GridViewTemplate template, bool expanded) {
 foreach(GridViewRowInfo row in template.Rows) {

  if(row.Tag == conditionID){
  row.IsExpanded = expanded;

 }
 }
 if (template.Templates.Count > 0) {
  foreach(GridViewTemplate childTemplate in template.Templates) {
   ExpandAllRows(childTemplate, true);
  }
 }
}

Bao
Top achievements
Rank 1
 asked on 21 May 2019
2 answers
156 views
Hello,

 When using the following code my data points don't get connected properly, as seen in picture attached.
The picture attached is from only one Series object.The data is a list of objects with properties amount (an int) and datetime which is a value like this xxh30 or xxh00. 
    DateTimeCategoricalAxis categoricalAxis = new DateTimeCategoricalAxis();
    categoricalAxis.PlotMode = Telerik.Charting.AxisPlotMode.BetweenTicks;
    categoricalAxis.DateTimeComponent = Telerik.Charting.DateTimeComponent.Hour;
 
    categoricalAxis.LabelFormat = "{0:HH:mm}";
 
    foreach (RadCheckedListDataItem item in radCheckedDropDownListDates.CheckedItems)
    {
        List<MonitoringToolDomain.FILESPROCESSED> queryChart = new List<MonitoringToolDomain.FILESPROCESSED>();
        queryChart = MonitoringToolCore.FilesProcessed.QueryLineChart((DateTime?)item.DataBoundItem, fromHour, toHour);
 
        queryChart.Select(c => { c.DATETIME = CreateDateFromTime(2015, 12, 12, c.DATETIME); return c; }).ToList();
 
        LineSeries test = new LineSeries
        {
            DataSource = queryChart,
            ValueMember = "AMOUNT",
            CategoryMember = "DATETIME",
            IsVisibleInLegend = true,
            LegendTitle = item.DataBoundItem.ToString()
            //CombineMode = Telerik.Charting.ChartSeriesCombineMode.None
        };
        test.HorizontalAxis = categoricalAxis;
        radChartView.Series.Add(test);
 
    }
    radChartView.ShowLegend = true;
}

 I have a second problem, not sure if I should post it here but I don't want to create too many new threads. I would like to compare charts from different days as in my second attached picture. If I create different line series, the charts appear sequentially because they don't have the same date. The solution I'm using at the moment is to change the DATETIME parameter in all of my objects to have the same date part. Is there any other way to do this ? 

What I'm doing now : 
queryChart.Select(c => { c.DATETIME = CreateDateFromTime(2015, 12, 12, c.DATETIME); return c; }).ToList();

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 21 May 2019
2 answers
1.0K+ views
Hi everyone
I have to select a row in a winform radGridView after I made an update on that row in a sorted column and use the value of a cell in an ID column (column 0) as an index.
Can anyone please give me some help?
thanks a lot
Fabrizio
fabrizio
Top achievements
Rank 2
Iron
Veteran
 answered on 20 May 2019
5 answers
998 views
I've read posts about color blending and I think that is no longer available.  I would like to create some theme options for the user to pick from a color dialog (attached image) and apply that color as the color of the "Default" theme.  What is the way to do that now?

Thank you,
Gary
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 20 May 2019
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?