Telerik Forums
UI for WinForms Forum
1 answer
133 views

The problem occurs in all 5 styles on this end.

There were no changes to the styles whatsoever, and the problem described in the title.

The only changes that were applied were in the code itself:

Following the application of these parameteres, the strange behaviour of the styles began:

"AutoSizeColumnsMode = Fill"

"AutoSizeRowns = True".

 

I will also include a video showing how the styles behave in order to clarify the problem.

 

 

 

Dimitar
Telerik team
 answered on 26 Nov 2015
1 answer
397 views

Hi Dev team,

I am facing with a trouble:

I'm developing a small program to manage HR and I have a virtual machine to test it. Every time I change my resolution or font size (100 to 125%), it seems all controls spread out stupidly and some controls (buttons, etc.) lost. --> How can I avoid that? Of course I can't resist my client wish (ask them not to change anything). So, is there any way to make an application that automatically fit to all resolution (from 1024x768 to higher and from 100% font size to higher)? If yes, can you provide me a simple example?

 Thanks,

JacobBT.

Dimitar
Telerik team
 answered on 25 Nov 2015
1 answer
174 views

Converting from using the microsoft DataGridView.  When using a checkbox column in DataGridView, you can set the value that the data holds for the item to be checked, or the true value.  In our system, True is 1, and 0 is false. 

Is there a way to have the GridViewCheckColumn identify what the data value should be for true?  It would be a lot of work to change all of our data to convert to use boolean rather than 1/0.

 

 

Dimitar
Telerik team
 answered on 25 Nov 2015
1 answer
111 views

Hi,

 

 When I want to enter the char 'ę' (right alt+e) editor insert additional '€' so in the end it look like '€ę'. The same situation is with 'ć'. After pressing alt+c it give me '©ć'.

I checked the CommandExecuting event and InsertText command is invoked twice.

That's the main problem. 

The following combinations also should not insert any character (at all): alt+r: ®, alt+t: ™, alt+u: €

 

I am using keyboard polish (programmers) and polish language in Windows 10.

Hristo
Telerik team
 answered on 25 Nov 2015
4 answers
353 views
hiii

i just add 4 windows forms as tol window in a dock control, but i can't set its location that i need...
how can i set the form location in raddock.

i'm using these codes form adding forms to raddock but it shwoing as verticle.. i need to re order it like 2 column and 2 row table.. i mean the first row have 2 frms and second row too...
how can i ???
            frm1 = new Form(); 
            frm2 = new Form(); 
            frm3 = new Form(); 
            frm4 = new Form(); 
 
            
 
            frm1.BackColor = Color.Pink; 
            frm1.Text = "My Form1"
            this.radDock1.DockControl(frm1, DockPosition.Right); 
 
            frm2.BackColor = Color.Pink; 
            frm2.Text = "My Form2"
            this.radDock1.DockControl(frm2, DockPosition.Left); 
 
            frm3.BackColor = Color.Pink; 
            frm3.Text = "My Form3"
            this.radDock1.DockControl(frm3, DockPosition.Left); 
 
            frm4.BackColor = Color.Pink; 
            frm4.Text = "My Form4"
            this.radDock1.DockControl(frm4, DockPosition.Left); 
Thanks,
Shinurag
Oliver
Top achievements
Rank 1
 answered on 25 Nov 2015
4 answers
757 views

 Hi,

 I have a gridview that is bound to a SQL Server DB table.  Users of the gridview can perform inline editing and save their changes using a save button.  The issue I am having is when a user makes changes to a row or rows and then presses a cancel button.  How do I reset these rows back to their initial values when a cancel button is clicked.  Is their a way to refresh or rebind the gridview?

 

 Thanks,

Matthew

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 25 Nov 2015
3 answers
181 views

Hello

Is there a way to keep the vertical stacking order in TimeLineView  GroupedByResource Mode ?

 

I'm working on a planning for different machines and I'm using Hour/30 minutes/15 minutes timescale

I wanted to make WorkTimeException Rules but there's no such things in TimeLineView  so I decided to Create some gray Appointments to show when the machines are not supposed to run.

It's only informative, if the user wants to add or drag-and-drop an appointment that overlaps the grey appointment, he can.

 

The problem is that if the added/Dragged appointment's duration is longer than the gray one, it's stacked above the gray one and I'd like to avoid this.

The Grey appointment must always be on top of the stack (When Refreshing my RadScheduler i'm adding gray appointments first)

 

There's attached picture to illustrate my problem

 

Thanks a lot.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 25 Nov 2015
1 answer
182 views

Hi,

When we run our program with RadRibbonForm and RadRibbonBar, the minimize and maximize disappeared. If you put the mouse cursor over the place where the buttons should be you can click. No changes in form have been made, it came after an update of the Telerik.

The buttons are visible in design mode.

Minimize and maximizebutton is set to true.

What am I missing?

 


 
Dimitar
Telerik team
 answered on 25 Nov 2015
9 answers
226 views

Hello,

 since the second last update (2015-3-930 and including the latest update 2015-3-1104) the font in the excel export is huge (font size 400something). In "PivotExportToExcelML" there are some changes regarding font/font size (in "CreateStyleElement"). The code hasn't changed and is very simple:

PivotExportToExcelML excelExporter = new PivotExportToExcelML(rPVPanels);
excelExporter.ExportVisualSettings = true;
excelExporter.RunExport(TempFile);

(ExportVisualSetting true/false doesn't change anything)

 Can you confirm that and any plans on fixing this?

 

 

 

Tapakah
Top achievements
Rank 2
 answered on 25 Nov 2015
16 answers
256 views

using CellFormatting event.How can  i setup borders for cells .
            BorderStyles border = new BorderStyles();
            border.Color = Color.Black;
            border.Weight = 1;
            border.LineStyle = LineStyle.Continuous;
            border.PositionType = PositionType.Bottom;
How can i use this, cause somethng like that :
            e.CellStyleInfo.Borders = border;

doesn't work.

In exportML were e.ExcelStyleElement.Borders.Add function, cant find how this must work.

Stefan
Telerik team
 answered on 24 Nov 2015
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
AI Coding Assistant
+? 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?