Telerik Forums
UI for WinForms Forum
1 answer
159 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
493 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
44 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
144 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
891 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
277 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
615 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
549 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
1 answer
542 views
By default charts have a lot of white space between the chart elements (that is, the axis labels on the left and bottom and the chart edge on the top and bottom) and the outside border of the chart control.  Padding and margins are all set to 0, 0, 0, 0.  What other properties can I modify to reduce the white space?
Dimitar
Telerik team
 answered on 05 Jan 2015
0 answers
134 views
Hello, I am working on TrackBar and want to to set specific interval between values, like when i scroll, its value should update like this way
10, 20, 30, 40, 50........ 600.

But current it is going like 10,11,12,13.

I tried SmallChange and LargeChange property and also TickerFrequency but not one is working for me.

I want the same behavior as in attached image.

Thanks.
nisar
Top achievements
Rank 1
 asked on 01 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)
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
+? 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?