Telerik Forums
UI for WinForms Forum
1 answer
20 views

Hi. I wrote a program that draws a number of connection (without any shape) in a raddiagram. Now when I click on the connection, some connections get the gear symbol and some don't. Those connections that don't have the symbol appear when I move the start point or end point of the connection. Can you explain why and how I should fix it? Here is a snippet of my code.

Dim theline AsNew RadDiagramConnection With { .StrokeThickness = 3, .StartPoint = New Point(10, 10), .EndPoint = New Point(10, 50), .Name = 1, .IsEditable = False, .IsDraggingEnabled = True, .BackColor = System.Drawing.Color.LawnGreen }

RadDiagram1.Items.Add(theline)

Dinko | Tech Support Engineer
Telerik team
 answered on 02 Jul 2025
1 answer
29 views

Hello,

I would like to implement a custom behavior for the RadCheckedDropDownList control, where the checked items are always displayed sorted to the top of the list. Due to the large number of items, we want to make the control more transparent and manageable this way. However, no matter how I try, it seems that the EditableAreaElement and the ListElement are not staying in sync. Phantom (not typed) items constantly appear in the EditableAreaElement, or items I entered as text and are visible as tokens are missing from the CheckedItems. I’m attaching a sample code showing how I’ve tried to approach this. I would appreciate any help or suggestions on what alternative direction I should take to solve this.

Gif: While the popup is open, I start typing 'igator' (with 'Alligator' being matched in Contains SuggestMode), and it auto-completes to 'Alligatorg'. Pressed, but missing "i", and invalid token...

Thank you for your help.

Dinko | Tech Support Engineer
Telerik team
 answered on 25 Jun 2025
2 answers
370 views

I have upgraded my WinForms project to the latest version, as shown in the attached file.

When running the application inside the VS 2022, a dialog box shows with no license.

I tried the suggested resolution from:

https://docs.telerik.com/devtools/winforms/licensing/license-key#downloading-the-license-key

I also downloaded the latest license from my account.

Nothing resolved the problem.

Can you help, please?

Note: My subscription will expire by 20 Sep 2025

Nadya | Tech Support Engineer
Telerik team
 answered on 25 Jun 2025
1 answer
30 views

This is a test program for RadNavigationView. I've added 20 RadPageViewPages inside the RadNavigationView, and each page contains a UserControl. After adding 20 pages, a vertical scrollbar appears in the pageList area. However, after switching between pages once, when I scroll within a UserControl using the mouse, the scrollbar in the pageList area also moves simultaneously, which affects my usage. Is there a way to solve this issue?

Alakay
Top achievements
Rank 1
 updated question on 24 Jun 2025
1 answer
29 views

Hi

I have a RadGridView populated from a DataSet that has one MasterTemplate and two child templates which is working fine.

The rows from the two child templates are displayed in a RadPageView element in tabs - which has different modes to display I have learnt.

But I want to have all the rows from both child templates displayed one under the other - without having to click through the categories and without headers.

Is that possible?

Nadya | Tech Support Engineer
Telerik team
 answered on 16 Jun 2025
4 answers
49 views

Hello Telerik Support Team,

i found a solution for using enum values in a grid in the knowledge base:
https://docs.telerik.com/devtools/winforms/knowledge-base/gridview-comboboxcolumn-enum

I tried to adapt it for my purpose:

My enum and column definitions are:

[Flags]
public enum SpartenFlags
{
    [Display(Name = "Keine")]
    None = 0,
    Strom = 1,
    Gas = 2,
    Wasser = 4,
    Abwasser = 8,
    Breitband = 16,
    [Display(Name = "Fernwärme")]
    Fernwaerme = 32
}

gridViewComboBoxColumn2.EnableExpressionEditor = false;
gridViewComboBoxColumn2.FieldName = "Sparten";
gridViewComboBoxColumn2.HeaderText = "Sparten";
gridViewComboBoxColumn2.MinWidth = 25;
gridViewComboBoxColumn2.Name = "Sparten";
gridViewComboBoxColumn2.Width = 45;
gridViewComboBoxColumn2.DataSource = EnumWrapper<TBM_HAProzessPlugin.SpartenFlags>.EnumToList<TBM_HAProzessPlugin.SpartenFlags>();
gridViewComboBoxColumn2.DisplayMember = "Name";
gridViewComboBoxColumn2.ValueMember = "ID";

 

I override the view with a CustomGridImageCellElement (derived from GridDataCellElement) to display an icon depending on the combination of flag values. This works fine so far. But the filtering only works with single values. I would like to have a checkbox for each flag value and the filtering working correclty for every combination, that includes the checked values. Is there a way to archieve this?

 

Thank you for your help.

Best Regards,

Stephan

 

Stephan
Top achievements
Rank 3
Bronze
Iron
Iron
 answered on 11 Jun 2025
0 answers
18 views
(deleted)
Ian
Top achievements
Rank 2
Bronze
Bronze
Iron
 updated question on 05 Jun 2025
1 answer
19 views

On the chat UI below there are 2 white bubbles with the time of day over them. I'd like to add some text to this time of day so instead of saying  "8:32 PM" it says, for example,  "8:32 PM Contract # 5"

Is that possible and if so, how do I accomplish this?

Using version 2024.2.514

Thanks

Carl

Nadya | Tech Support Engineer
Telerik team
 answered on 04 Jun 2025
1 answer
22 views

Hello,

When using the RadCheckedDropDownList control with the ShowCheckAllItems mode enabled, setting the Filter property correctly displays the items according to the filter. However, when pressing 'Check all', the CheckedItems collection still contains all items, not just the ones currently visible based on the active filter.

How can I use these two features together correctly?

Thank you.

Dinko | Tech Support Engineer
Telerik team
 answered on 29 May 2025
2 answers
96 views

Hello Telerik team,

After upgrading to Telerik WinForms 2025.Q2, I’ve encountered several issues related to form layout rendering at runtime, which were not present before the update.

Enviroment:

.NET Framework 4.8.1
RadForm (not RadRibbonForm)
DPI awareness set to system in app.manifest
AutoScaleMode = Dpi

Could you please confirm if these layout behaviors are intentional in 2025.2 and whether there is an official workaround or setting to restore the previous behavior?

Thank you!

ALEXANDRU
Top achievements
Rank 1
Iron
 answered on 24 May 2025
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)
Chart (obsolete as of Q1 2013)
Form
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
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
Styling
Barcode
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
BarcodeView
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?