Telerik Forums
UI for WinForms Forum
6 answers
766 views

Hi,

is there a character case property on GridViewTextBoxColumn like the radtextbox? My client wants everything uppercase. The only forum entry I have found dates back to 2011 and concerns the editor and formatting the appearance.

 

Any suggestions?

Hristo
Telerik team
 answered on 02 Jan 2018
3 answers
88 views

Hi,

I want to do a validation of the values entered before ending the edit (i.e. if nothing was entered in 1 column or an item wasn't selected from a combobox then show a message and cancel the edit).

Been trawling the forums and can't find the right advice...

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 02 Jan 2018
5 answers
249 views

Hi,

When click dropdown i want to list the item like this:

Monday                Thursday

Tuesday               Friday

Wednesday          Saturday

How can i do with MultiColumn Combobox ? 

 

Thanks.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 02 Jan 2018
1 answer
298 views
hi, i'm using radform inside a mdi container. i have set the rad form properties as startposition: center parent, windowstate: maximized, formborderstyle:none. when rad form loads inside mdi parent, all the controls on rad form are not in center of form they are shown left side of form,they should be align in center, i have also set anchor as none but controls are still at left side of form.
Hristo
Telerik team
 answered on 02 Jan 2018
1 answer
1.7K+ views

I have a "blueprint" style app with white buttons on a blue background.  When those buttons are in the disabled state, they switch to the default light grey masking which is not very different.

without changing the theme, can I change the "Disabled Color Mask" of a Telerik control like a button on a per-control basis?

Thanks,
Dave

 

Hristo
Telerik team
 answered on 02 Jan 2018
3 answers
293 views

Hi,

I'm trying to create a winform with a few different charts. I'm starting with the pie chart and having a couple issues.

1) I want to have the legend on the left hand side. Under ChartElement, I can see the LegendPosition and have set that to "Left" and in design time I can see it on the left. However, when I run the app it moves back over to the right side.

2) I also want to move legend closer to the pie chart. I found under ChartElement, LegendElement, PositionOffset, I can set that to 100 and it moves it closer, however because of problem 1 above it moves it off the form durning run time (it looks fine at design time).

3) It's displaying the values as percent (%), but in this case I want a hard number. How can I remove/change it from percent base?

Attached is a screen showing how I would like the final look.

Thanks!

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 02 Jan 2018
3 answers
759 views

Hi all,

I have some issues with the control RadDropDownList and particularly with the font size. It seems that the issues appears only with high DPI screen.

I am creating programmatically a RadDropDownList as follow. The drop down list is displayed inside a tablelayoutpanel

 

var radDropDownListCategory = new Telerik.WinControls.UI.RadDropDownList();
radDropDownListCategory.Dock = System.Windows.Forms.DockStyle.Fill;
radDropDownListCategory.Name = $"radDropDownListCategory_{Guid.NewGuid().ToString()}";
radDropDownListCategory.AutoSize = false;
radDropDownListCategory.DropDownAnimationEnabled = false;
radDropDownListCategory.MaximumSize = new System.Drawing.Size(0, 50);
radDropDownListCategory.RootElement.MaxSize = new System.Drawing.Size(0, 50);
radDropDownListCategory.DropDownListElement.ListElement.Font = new System.Drawing.Font("Segoe UI", 9F);
radDropDownListCategory.Font = new System.Drawing.Font("Segoe UI", 9F);
radDropDownListCategory.ListElement.Font = new System.Drawing.Font("Segoe UI", 9F);
radDropDownListCategory.RootElement.Font = new System.Drawing.Font("Segoe UI", 9F);
radDropDownListCategory.AutoSizeItems = true;

 

It seems that with high DPI screen i have the following behavior:

- the dropdown list font size is ok and match my settings (9)

- when i select an element from the dropdown list, the select element is displayed in the textbox but with a font size is much bigger

Do you have any idea how to solve this issue? This issue does not appear with lower dpi screen apparently

 

 

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

Hello all 

how to populate data from GridViewMultiComboBoxColumn in column ContactName to GridView to column 1  after dropdownclosed?

and make full fill in last column in GridViewMultiComboBoxColumn 

 

Thanks before

 

Hengky

 

Hengky
Top achievements
Rank 1
Veteran
 asked on 29 Dec 2017
68 answers
276 views

Hi all

I have downloaded the trial today for Winforms and the main reason for this is to be able to theme the controls so it will display the way I want it to on all versions of Windows (I am a bit picky when it comes to my user interface :) ).

I have in my application three distinct modules and each module has its own color base, green, blue and red (and buttons also have a fourth, grey). The application is currently a Flash Builder Application, so achieving the different colors was not an issue, changing it to a C# application has meant major time delays as I attempt to replicate what was so easily achievable as a Flash Builder application.

Anyway, the controls I mainly use are TextBoxes, ComboBoxes, CheckBoxes, DataGrids, Buttons and Custom popup forms. I played with the buttons today (yes I chose the easiest first) and I have this working perfectly. I then tried TextBoxes and ComboBoxes and hit a wall. The text highlight color and mouse hover over colors, I can't seem to locate to change.

Other things I currently do is that my  have alternating row colors, so do my . I also have specific row and text formatting for some  if a certain cell contains a specific qualifier.

Is it possible for a Checkbox to have an X instead of a tick?

Is this all possible with this or am I needing to look at something else?

I also would prefer the main application form to be unthemed, running as it would natively, just the controls within the application to be themed, is that possible?

Hopefully, this will be what I am after, I have tried Nevron Controls and even though it looks like that can achieve this, their documentation and examples have no meat on the bones, so it is difficult to pick up quickly without support's assistance.

thanks.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 28 Dec 2017
6 answers
4.2K+ views

I was wondering how I can vertically align the text input in the center? I can horizontally align, but my text still appears at the top of the TextBoxControl and I want it vertically centered.

 

Thanks.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 28 Dec 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)
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
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
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
Styling
Barcode
BindingNavigator
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
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?