Telerik Forums
UI for WinForms Forum
3 answers
918 views
Hi,
I need to change my application's font dynamically,when I set the font of main window without setting theme everything works fine
but unfortunately when I set the theme changing font not working.
Is there any way to change the font of controls dynamically after setting theme?
Hristo
Telerik team
 answered on 07 Jan 2015
5 answers
478 views
All the rad controls and their groups are gone from my toolbox.

I spent 2+ hours repairing VS2010 and loading updates.  I then ran the telerik toolbox configurer and they were there.  Then, while changing the Text property of a Telerik control, VS crashed.  When I reopened the project the tools were all gone from the toolbox again.

What is going on?!  This is costing me a huge amount of time!

How can I fix this quickly?
Kavish
Top achievements
Rank 1
 answered on 07 Jan 2015
1 answer
199 views
Header height for Columns Working fine , but How to Change Header height for the Master Templates,Child Templates 
in Hierarchy Grid view.
Ralitsa
Telerik team
 answered on 07 Jan 2015
12 answers
543 views
Hi,

please take a look at the attach file, how can i achieve the same color and style ?
miki
Top achievements
Rank 1
 answered on 06 Jan 2015
1 answer
70 views

Hi

When using group view we need the reminders to be shown for a selected (set programitically) resource. At the moment it shows reminders for all resources that have appointments that need reminding. In our case we have users who have scheduler open in group view showing multiple resources but would only like to be reminded about appointments that are for the user using the system.

Dimitar
Telerik team
 answered on 06 Jan 2015
3 answers
181 views
I recently upgraded an application from 2014 Q1 to the most recent 2014 Q3 release.
Now I experience a change in behaviour regarding drag + drop.

On every BeginDrag the RadScheduler triggers the IEvent CreateNewAppointment() in our CustomAppointmentFactory which in turn creates (unwanted) records in a database. Is this the expected/neccessary behaviour or can it be reverted to the old behaviour?

Kind regards,
Andreas
Dimitar
Telerik team
 answered on 06 Jan 2015
3 answers
1.0K+ views
My X axis is only displaying one label and I can't figure out why.

double y;
DateTime x;

LineSeries series = new LineSeries();
series.BorderWidth = 1;
DateTime now = new DateTime(2015, 1, 2, 4, 0, 0, 950);
for (int i = 0; i < 100; i++)
{
y = Math.Sin((double)(i) * 0.2);
x = now.AddMilliseconds(i);
series.DataPoints.Add(new CategoricalDataPoint(y, x));
}

DateTimeContinuousAxis axis = new DateTimeContinuousAxis();
axis.PlotMode = AxisPlotMode.OnTicks;
axis.LabelFormat = "{0:s.fff}";
series.HorizontalAxis = axis;

chart1.Series.Add(series);
Ivan Petrov
Telerik team
 answered on 05 Jan 2015
6 answers
315 views
I am try to change Minimize and Maximize color:

private void MainForm_Load(object sender, EventArgs e)
{
    FormElement.TitleBar.MinimizeButton.ForeColor = Color.White;
    FormElement.TitleBar.MaximizeButton.ForeColor = Color.White;
}

But the color is still in the default color (black).
Am i doing something wrong ?
Stefan
Telerik team
 answered on 05 Jan 2015
4 answers
678 views
1.How to span the cells in the Grid as Row wise and Column Wise.

2.How to merge Child Template Headers using Column Groups.
Stefan
Telerik team
 answered on 05 Jan 2015
3 answers
625 views
I have RadCheckBox and i am using TelerikMetroBlue theme.
All i want to do is to change CheckBox style while the control activate, please see my attach file.

Stefan
Telerik team
 answered on 05 Jan 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)
Form
Chart (obsolete as of Q1 2013)
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
VirtualGrid
Toolstrip (obsolete as of Q3 2010)
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?