Telerik Forums
UI for WinForms Forum
18 answers
1.8K+ 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
112 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
110 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
125 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
151 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
3.2K+ 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
446 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
273 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
3 answers
246 views

Hi,

Is there a way to enable scrolling and set the grid to disabled?

Thanks

Dimitar
Telerik team
 answered on 22 Jul 2019
2 answers
110 views

Not sure if in correct place for this one.

I have a winform radribbonbarbuttongroup that I would like to put a date picker in for the user to pick a date.

How do I add this in? Does not appear on the Add A Item drop down list in the Dev UI.

 

Thanks

Deasun
Top achievements
Rank 3
Bronze
Bronze
Bronze
 answered on 19 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
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
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
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
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
Callout
ColorBox
PictureBox
FilterView
Accessibility
NavigationView
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
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
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?