Telerik Forums
UI for WinForms Forum
1 answer
92 views

Is there a way to keep the ribbonbar tab selected when the ribbon is collapsed?  I am want to achieve the pageview's tabbing and page switching features along with the ribbonbar's ribbon formatting.  If collapsed, the ribbonbar doesn't appear to have a SelectedCommandTab value present.  I need to keep this property and the appearance of a selected tab when the ribbon bar is collapsed.

Is this possible, or is there a better solution?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 24 Jul 2019
2 answers
389 views

Hello

I know that this question has been discussed many times, I have tried various solutions but I have a strange behavior that I can not correct.

I use a 4K 3840x2160 monitor, Visual Studio 2015, .net 4..7

I have a fairly large WinForms project with many forms and user controls.

In the development environment some of the forms or user controls are displayed in "readable" font sizes and other forms or user controls are displayed in very small fonts.

I set the autoscale property of the form to DPI and I set it to inherit to the use controls - I have tried to change this propertx to other values without any visible change.

I trust that the "final" application used on normal resolution displays (1920x1080 or smaller) will work properly but in teh develpment environment it's very uncomfortable to work with very small fonts.

Is there something I can do to correct this abnormal behavior ?

Thanks in advance

Pierre-Jean

 

pierre-jean
Top achievements
Rank 1
Veteran
Iron
 answered on 24 Jul 2019
18 answers
1.7K+ views

Is there a way to control a column header foreground and background individually? Meaning only change one the column headers to a different color text and background? i'm using GridViewTextBoxColumn in WinForms version 2012.2.912.40

Thanks

Dimitar
Telerik team
 answered on 24 Jul 2019
2 answers
85 views

Hello,

I am currently implementing the RadScheduler control where I have already replaced the AppointmentEditDialog and the EditRecurrenceDialog.

Could you point me in the right direction how to replace the message-dialog when you move/resize a single item of a recurrence appointment?

(See attached image)

 

Best regards

Patrick Vossen

 

Patrick
Top achievements
Rank 1
 answered on 24 Jul 2019
2 answers
87 views

Good day,

The little calendar could be activated/popup with hotkey F4 for GridViewDatetimeColumn and the calculator for GridViewCalculatorColumn. Is this hotkey changeable, said change to F2 to bring up these?

A-Telerik-User
Top achievements
Rank 1
 answered on 24 Jul 2019
2 answers
101 views

     Hello , as I learned from your website , there is a method to create pdf from gridview.

But I have a problem , could you give me information about this?

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 23 Jul 2019
4 answers
116 views

Hello.

I'm considering using Scheduler but I need to customize recurring appointments in a way that I do not know how to do it.

I need recurring appointments to occur only within an interval.

For example, in a HourlyRecurrence Appointment I'd need only repeat in the interval from 10:00 to 17:00 hours

or in a Daily appointment that only ocurs between 5th and 25th of each month.

Would this be possible?

Thx.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 23 Jul 2019
1 answer
2.9K+ views

Hi there,

We're facing this error in one of our recent deployments to one of our customers and it has never happened before to us. When it's happening, a big red cross it's displayed instead of one of the controls, usually in the parent window using either GridView or PageView.

There are different stack traces for the same exception message, but all of them involve some calls to Telerik controls and nothing to our own code. See some examples from the most common errors:

Stack Trace 1:

at System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)    
at System.Windows.Forms.Timer.TimerNativeWindow.EnsureHandle()    
at System.Windows.Forms.Timer.TimerNativeWindow.StartTimer(Int32 interval)    
at System.Windows.Forms.Timer.set_Enabled(Boolean value)    
at Telerik.WinControls.MouseHoverTimer.Start(RadElement element)    
at Telerik.WinControls.ComponentInputBehavior.SelectElementOnMouseOver(MouseEventArgs e)    
at Telerik.WinControls.ComponentInputBehavior.OnMouseMove(MouseEventArgs e)    
at Telerik.WinControls.RadControl.OnMouseMove(MouseEventArgs e)    
at System.Windows.Forms.Control.WmMouseMove(Message& m)    
at System.Windows.Forms.Control.WndProc(Message& m)    
at Telerik.WinControls.RadControl.WndProc(Message& m)    
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

 

Stack Trace 2:

at System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)    
at System.Windows.Forms.Timer.TimerNativeWindow.EnsureHandle()    
at System.Windows.Forms.Timer.TimerNativeWindow.StartTimer(Int32 interval)    
at System.Windows.Forms.Timer.set_Enabled(Boolean value)    
at Telerik.WinControls.ComponentInputBehavior.EnsureElementUnderMouseMonitorTimer()    
at Telerik.WinControls.ComponentInputBehavior.SelectElementOnMouseOver(MouseEventArgs e)    
at Telerik.WinControls.ComponentInputBehavior.OnMouseMove(MouseEventArgs e)    
at Telerik.WinControls.RadControl.OnMouseMove(MouseEventArgs e)    
at System.Windows.Forms.Control.WmMouseMove(Message& m)    
at System.Windows.Forms.Control.WndProc(Message& m)    
at Telerik.WinControls.RadControl.WndProc(Message& m)    
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

 

Stack Trace 3:

at System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)    
at System.Windows.Forms.Timer.TimerNativeWindow.EnsureHandle()    
at System.Windows.Forms.Timer.TimerNativeWindow.StartTimer(Int32 interval)    
at System.Windows.Forms.Timer.set_Enabled(Boolean value)    
at Telerik.WinControls.MouseHoverTimer.Start(RadElement element)    
at Telerik.WinControls.ComponentInputBehavior.SelectElementOnMouseOver(MouseEventArgs e)    
at Telerik.WinControls.ComponentInputBehavior.OnMouseMove(MouseEventArgs e)    
at Telerik.WinControls.RadHostItem.hostedControl_MouseMove(Object sender, MouseEventArgs e)    
at System.Windows.Forms.Control.OnMouseMove(MouseEventArgs e)    
at System.Windows.Forms.Control.WmMouseMove(Message& m)    
at System.Windows.Forms.Control.WndProc(Message& m)    
at System.Windows.Forms.TextBox.WndProc(Message& m)    
at Telerik.WinControls.UI.HostedTextBoxBase.WndProc(Message& message)    
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

 

Unfortunately, it's happening very randomly, so we're totally unable to replicate it, but it seems to be related with our client's users still using Windows 7 (yeah, quite old, I know).

We have already checked the number of User objects and handles created by the application when crashes and they look fine (between 500 and 1,000 for both in the worst cases). Regular machines are laptops using Windows 7 with 4GB of memory.

We don't know what else we could check, but we were wondering whether you have ever faced an error like this or not. Any light or ideas into this case will be welcomed.

BTW, the Telerik version we're using is 2018.1.220.40 (mainly GridView and PageViewer) and the .NET Framework version is 4.6.1.

Thank you in advanced.

Hristo
Telerik team
 answered on 22 Jul 2019
1 answer
398 views

I want to format group row's title with the following requirements:

 

1. Change the group row's default title:

    I use the GroupSummaryEvaluate event, but I could not get the grouping  column's header text,from the example, I could only the the column's name(e.SummaryItem.Name). I hope to get the column's header text to continue my work.

2. Change the group row's background color or foreground color

   I hope the change the default color of the group row

3. Add simple controls to the group row. e.g. I want to add an label with some red text to the group.

 

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 22 Jul 2019
3 answers
231 views

Is this the same as RadDropDownList?

Or two different objects.

I am trying to see if RadDropDownListElement is capable of doing multi-selects on the drop down list.

I see this in docs online: radDropDownList1.DropDownListElement.SelectionMode = SelectionMode.MultiExtended

But not seeing this for the RadDropDownListElement.

Can I use the RadDropDownList in the radRibbonbarbuttongroup?

Thanks.

Dimitar
Telerik team
 answered on 22 Jul 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
ComboBox and ListBox (obsolete as of Q2 2010)
ListView
Chart (obsolete as of Q1 2013)
Form
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
Menu
PropertyGrid
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
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
ProgressBar
CheckedDropDownList
Rotator
TrackBar
MessageBox
SpinEditor
StatusStrip
CheckedListBox
Wizard
ShapedForm
SyntaxEditor
TextBoxControl
LayoutControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
DataEntry
GroupBox
ScrollablePanel
WaitingBar
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
ColorBox
Callout
FilterView
PictureBox
VirtualKeyboard
NavigationView
Accessibility
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
Flyout
ToolbarForm
NotifyIcon
Rating
TimeSpanPicker
BarcodeView
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
DateOnlyPicker
TimeOnlyPicker
+? more
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?