Telerik Forums
UI for WinForms Forum
1 answer
251 views
Hi,

I’m experiencing some issue when using Windows Forms RAD Controls 2012 Q1 SP1 suite. Actually I can’t figure out how to solve a problem concerning the use of Scheduler control.

Since my project requires custom fields when adding appointments, I’ve decided to implement a custom appointment class. Everything works fine unless I configure a recurrence in some given appointment.

When I handle AppointmentFormatting event and it has been triggered after adding some recurrence to some appointment, once I access the appointment though e.Appointment the so-called appointed isn’t only upcasted to Appointment base class, but its actual type is also Appointment instead of my custom class (f.e. CustomAppointment).

What am I missing? I can’t figure out why other editing actions on the same appointment (or whatever one I try to edit) will receive an instance of CustomAppointment and a recurrence change provides an instance of Appointment.

Thank you in advance for your effort.
Hristo
Telerik team
 answered on 27 Nov 2015
1 answer
188 views

In my photoshop image I have put together a wish. Is this possible with Telerik?

1, the top of the page - the year, month, week number and the date.

2, where it is Text1, Text2, etc. to have free text and locked to the top, no scrollbar.

3, Be able to have multiple tasks on the same line.

4, can have different texts in the Title and tasks

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

Hi,

I am trying to clear formatting by using below command:

ClearFormattingCommand command = new ClearFormattingCommand(cEditor.RichTextBoxElement.ActiveEditor);
command.Execute();

However, font and size (bigger) different that set by:

private void SetDef(RadDocumentEditor editor)
{
    editor.ChangeFontFamily(new Telerik.WinControls.RichTextEditor.UI.FontFamily("Tahoma"));
    editor.ChangeFontSize(Unit.PointToDip(10));
    editor.ChangeFontStyle(Telerik.WinControls.RichTextEditor.UI.FontStyles.Normal);
    editor.ChangeFontWeight(Telerik.WinControls.RichTextEditor.UI.FontWeights.Normal);
    editor.ChangeParagraphSpacingAfter(0);
}

  

 

Dimitar
Telerik team
 answered on 27 Nov 2015
1 answer
240 views

Hi,

I would like to export a:

gridview, chartview

gridview, chartview

in this format like in my attached file to an Excel. How can I go about accomplishing this with Telerik Winform C#?

Hristo
Telerik team
 answered on 26 Nov 2015
2 answers
183 views

Hi,

How to hide caret? 

I want to stay with selection text possibility but without blinking caret.

konrad
Top achievements
Rank 1
 answered on 26 Nov 2015
2 answers
184 views

Hi,

Code below add StatusStrip with one LabelElement to form. 

How to get the parent control of LabelElement by code?

Later on in my code, i must call Invoke method on StatusStrip, but i have only access to LabelElement 

 

// Add statusbar
RadStatusStrip status = new RadStatusStrip();
Controls.Add(status);
 
// Add label to statusbar
RadLabelElement label = new RadLabelElement();
label.Text = "test";
status.Items.Add(label);
 
// This is only radelement
RadStatusBarElement RadStatusBarElement = (RadStatusBarElement)label.Parent.Parent;
 
// Can't convert like that
RadStatusStrip RadStatusStrip = (RadStatusStrip)RadStatusBarElement;

konrad
Top achievements
Rank 1
 answered on 26 Nov 2015
1 answer
216 views

Hello Telerik,

I'm used to disable the automatic column generation in GridView because most of time it's just generate something you really don't want to deliver to your Customer.

But today, I have decided to take a little extra time, to understant how this automatic column generation works and found something in the documentation about preventing the generation of a column for specific property.

http://www.telerik.com/help/winforms/gridview-columns-generating-columns.html

That's a really nice and cool feature. But when I build a GridView most of time as developer we need more "options" to configure our grid. Do you have some more advanced resources about managing Automatic Column Generation with Properties Attribute ? I needed to configure for a given property the type of column used (could be an homemade custom column), the headertext of the column.

Of course if there is something generic about changing any properties of the column generated, it will be great ! 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 26 Nov 2015
3 answers
427 views
Hello

Which control is best suited when you need to make multiple selections of the same list?
recently I made a ticket to ask how to make a multicheckbox combobox. I recieved a working solution but was also told the control was not designed for multi selections.

Then my logical next question is. what is? What if i have to create statistics for multiple users or multiple stores.
and what would you recommend when you have to make a multiple selection when you list contains of 500 customers or stores.

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

Hi,

I am trying to provide a zoom feature for my pie chart, but I am not sure if that is possible because I've only seen examples where zoom is used for bar chart. I have two pie charts rcv1 and rcv2. Below is my code:

 public PDM_Chart()
        {
            InitializeComponent();

            rcv1.ShowPanZoom = true;
            ChartPanZoomController panZoomController = new ChartPanZoomController();
            panZoomController.PanZoomMode = ChartPanZoomMode.Horizontal;
            rcv1.Controllers.Add(panZoomController);

            rcv2.ShowPanZoom = true;
            ChartPanZoomController panZoomController1 = new ChartPanZoomController();
            panZoomController1.PanZoomMode = ChartPanZoomMode.Horizontal;
            rcv2.Controllers.Add(panZoomController1);
        }

Either pressing ctrl and scroll the mouse wheel or left click and drag doesn't seem to show anything. What am I doing wrong?

Dimitar
Telerik team
 answered on 26 Nov 2015
9 answers
1.1K+ views

Can I change the background color of the appointment according to my database info.

 

For example:

 

If am having several category

Category 1

Category 2

Category 3

Category 4

 

I want category 1 appointment in the scheduler to be blue\

Category 2 green

Category 3 red

Category 4 yellow

 

By the way am just retrieving the data from my database.

 

Thanks in advance

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 26 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?