Telerik Forums
UI for WinForms Forum
1 answer
179 views

Would it be possible in the next release to expose the panel border visibility at design time in the properties window, rather than having to navigate through "Edit UI Elements" (or via code). I have a lot of panerls where I don't want to see the border at run time but do need to see it sometimes at design time.

 

Thanks

Dinko | Tech Support Engineer
Telerik team
 answered on 05 Jul 2022
5 answers
253 views

Would be cool if tooltips within the winforms suite would support the same html like formatting as radLabel.

Regards

Erwin

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 14 Nov 2019
1 answer
251 views

hi all

i want to send a question to user "are u sure to switch off?" when user click on slide the toggle switcher.

how can do this?

set the snipped code in valueChanging action, but if user click on "No", the toggle switch to off!

 

if (switchtg.Value)
                {
                    RadMessageBox.Instance.StartPosition = FormStartPosition.CenterParent;
                    if (RadMessageBox.Show("Are u sure ?", "disconnecting...", MessageBoxButtons.YesNo,
                            RadMessageIcon.Question, MessageBoxDefaultButton.Button2) == DialogResult.Yes)
                    {
                        //_allowdc = true;
                        switchtg.Value = true;
                        //switchtg.ValueChanged -= switchtg_ValueChanged;
                    }
                    else
                    {
                       // _allowdc = false;
                        switchtg.Value = false;
                        //switchtg.ValueChanged -= switchtg_ValueChanged;
 
                    }
 
                }
Mehdi
Top achievements
Rank 1
 answered on 07 Jul 2019
1 answer
28 views

Working in an ERP environment means that users are on the same screens all day long. They tend to pull up the same value from many of the dropdown lists. It would be a nice feature to keep frequently used values at the top of the list, so they can do their work that much easier/quicker.

 

 

Dimitar
Telerik team
 answered on 01 Aug 2018
5 answers
432 views
A toggle/Slider switch control would be a nice addition to the Telerik Winforms Controls Collection.

A lot of Windows 8.x and soon (10) applications use such controls and they have become familiar to everyone these days - but it seems there is no equivalent control in the WinForms Collection.
Hristo
Telerik team
 answered on 19 Jan 2018
9 answers
115 views

Suggested improvements to the GridView ColumnChooser window: 

Some of my grids offer more than 100 optional columns in the column chooser. Finding a column could be sped up if the column chooser offered a 'Contains' filter.

Sorting the column in the column chooser

Hide the background text on the column chooser if it's covered by column buttons. Currently if you have a full column chooser, some black points show through between the column buttons.

Regards

erwin

Dimitar
Telerik team
 answered on 25 Oct 2017
1 answer
75 views

Hello,

           I am using Telerik version 2013.3.1127.40. The Problem I am facing is how to Bind the RadGridView with ColumnGroupView using a DataTable or DataSet as DataSource. The Demo with respect to ColumnGroupView Doesn't Mention the above( https://docs.telerik.com/devtools/winforms/gridview/view-definitions/column-groups-view).Please Help

 

 

     

Hristo
Telerik team
 answered on 20 Oct 2017
2 answers
88 views

I realize we cannot add a RadSeparator to the RadRibbonBarBackStageView currently (it's not a RadItem) but there really should be some kind of "Separator" for the navigation (we have separators for every other navigational elements: ribbons, groups, menus.)

 

I also realize that earlier versions of the Office Backstage did not include a Separator however, all of the newer versions do so no harm in allowing someone to select "Windows 7" as their theme and still allow this, is there?

 

Adjustable Properties should be (IMHO)

   EdgeWidth - this is how close to either edge the line will be drawn (there's no reason the line has to go 100% across)

   LineHeight - in pixels how thick to draw the line.  set limits at something reasonable like 1-10

   LineColor - obvious

   Height - users should be allowed to adjust how tall/short the separator is.  This is not to be confused with LineHeight.  This is the total height of the control whereas LineHeight is just the line being drawn.

 

The attached image shows what I came up with in my ap - I got a little fancy with the line itself by allowing a leading and trailing linear gradient and my usercontrol lets me select the length of the gradiation but no need to go totally cray cray.

 

Anyway just my two cents :)

-C

 

Curtis
Top achievements
Rank 1
Iron
Iron
Veteran
 answered on 20 Jul 2017
2 answers
25 views

Hi,

would be cool if tooltips defied for RadGridView Columns would also show in the column chooser.

Regards

Erwin

erwin
Top achievements
Rank 1
Veteran
Iron
 answered on 20 Jan 2017
7 answers
221 views

With High DPI displays increasingly appearing in corporate environments, it would be nice if the Telerik Controls would render correctly in DPI aware applications.

Controls that are direct replacements for WinForms Standard controls such as Textbox, Tree, Checkbox, Label etc. should in their default configuration render identically to the Microsoft .net standard controls in .Net 4.6.1.

Controls that draw content such as ReportViewer, ChartView, Print Preview etc. should behave as expected. That is, by default, their content should render consistently relative to the size of the control in the same way regardless of the DPI settings.

Graphical elements in the controls should scale according to the control and provide different resolution graphics to support at least the standard settings of Windows 10 (125,150,175,200%).

Regards

Erwin

Dimitar
Telerik team
 answered on 11 Jan 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
Buttons, RadioButton, CheckBox, etc
DropDownList
ComboBox and ListBox (obsolete as of Q2 2010)
ListView
Chart (obsolete as of Q1 2013)
Form
PageView
MultiColumn ComboBox
TextBox
Menu
RichTextEditor
PropertyGrid
RichTextBox (obsolete as of Q3 2014 SP1)
Panelbar (obsolete as of Q2 2010)
Tabstrip (obsolete as of Q2 2010)
PivotGrid and PivotFieldList
MaskedEditBox
CommandBar
PdfViewer and PdfViewerNavigator
ListControl
Carousel
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
GanttView
Toolstrip (obsolete as of Q3 2010)
AutoCompleteBox
Label
VirtualGrid
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
ProgressBar
Rotator
TrackBar
MessageBox
CheckedDropDownList
SpinEditor
StatusStrip
CheckedListBox
Wizard
ShapedForm
SyntaxEditor
TextBoxControl
LayoutControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
CAB Enabling Kit
TabbedForm
DataEntry
GroupBox
ScrollablePanel
WaitingBar
ImageEditor
ScrollBar
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Barcode
Styling
ColorBox
PictureBox
Callout
VirtualKeyboard
FilterView
Accessibility
DataLayout
NavigationView
ToastNotificationManager
CalculatorDropDown
Localization
TimePicker
ValidationProvider
FontDropDownList
Licensing
BreadCrumb
ButtonTextBox
LocalizationProvider
Dictionary
Overlay
Security
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
Rating
TimeSpanPicker
BarcodeView
Calculator
OfficeNavigationBar
Flyout
TaskbarButton
HeatMap
SlideView
PipsPager
+? more
Top users last month
horváth
Top achievements
Rank 2
Iron
Iron
Steve
Top achievements
Rank 2
Iron
Erkki
Top achievements
Rank 1
Iron
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Jakub
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
horváth
Top achievements
Rank 2
Iron
Iron
Steve
Top achievements
Rank 2
Iron
Erkki
Top achievements
Rank 1
Iron
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Jakub
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?