Telerik Forums
UI for WinForms Forum
1 answer
77 views
we are experiencing speed issues when we have multiple resources added to the scheduler in day view and scrolling through the resources.

the current setup is the scheduler is configured with 10+ resources, and showing only 8 resources at a time, we first experienced the issue when we had the schedule for all the resources fully booked up for one day, on the day view.  When the user scrolls left to right on the resources it could take up to 4 seconds for the calendar to repaint the change.

We have now removed all appointments, and the scrolling still takes up to 4 seconds to scroll.

We are using the default office theme, and only the minimal amount of information for the resource. Is there any performance parameter that could help with this issue.

Thank you
Ivan Todorov
Telerik team
 answered on 30 May 2011
3 answers
198 views
Hi,

I created a theme called "M4" and tried to use it for Telerik Ajax RadScheduler, I followed all the steps  mentioned in Video"http://tv.telerik.com/watch/aspnet/visualstylebuilder/visual-style-builder-aspnet-ajax-overview" but still it doesnot work.

1. Add all folders and .css file for Scheduler in
~/App_Themes/Theme1 folder
2. On Radscheduler  control, set skin="M4" and EnableEmbeddedSkins="false"

Am I missing anything?
Prava
Peter
Telerik team
 answered on 30 May 2011
1 answer
111 views
I'm using Q1 2011.

I simply want to change the style of a specific set of dates that are determined at runtime.

I'm overriding the ElementRender event and setting properties like e.Element.Font, e.Element.ForeColor, etc. This works great. For instance:

private void calSchedule_ElementRender(object sender, RenderElementEventArgs e)
{
    if(myDates.Contains(e.Day.Date))
    {
        e.Element.Font = new Font(e.Element.Font.FontFamily, 9f, FontStyle.Bold);
        e.Element.ForeColor = Color.Green;
        e.Element.AutoToolTip = true;
    }
}


The problem is, from that point on, the cell will continue to render those styles even if the date inside that cell changes. (Like when the calender's month is change.)

Since the "correct" style for the cell can vary, I can't simply reset the values manually. How can I resolve this?
Ivan Todorov
Telerik team
 answered on 28 May 2011
13 answers
350 views
How do I set Text for the Application button?

Using Office 2010 theme, it only shows the blue tab with the selected image. I can remove the image, but have found no way to set Text.
Ivan Todorov
Telerik team
 answered on 28 May 2011
3 answers
185 views
Hi, how should I fix these breaking changes?

- CompareNodesTagCommand has been removed.
- RadTreeNodeCollection.Find has been removed.
- RadTreeNode.DataBoundItem is read-only. Is there a way to change it manually in unbound mode?
- TreeNodeUI has been removed.

Thanks.
Julian Benkov
Telerik team
 answered on 28 May 2011
3 answers
255 views

Hi,

I would like to use the RadMarkupEditor as a child control inside my application. The problem is, that this control has a RibbonBar with a windows title in it. This looks a little bit oddly. Is there any way to get rid of the window bar but keep the tabs with the controls inside.

Thanks in advance

Martin

Nikolay
Telerik team
 answered on 28 May 2011
3 answers
255 views
I just converted one of my grids from a DataGridView to the RadGridView and have a feature that no longer works.

The user is required to enter at least one row in the grid. If the user does not enter at least one row, we add an error icon to the grid itself (NOT a row or cell). With a DataGridView, it then appeared on the righ side of the grid. With the RadGridView, it does not appear.

Here is the line of code:

ErrorProvider1.SetError(radgridview1,

 

"This is a test")

Any ideas how to make this work?

Thanks!

 

Jack
Telerik team
 answered on 27 May 2011
1 answer
108 views
Hi,
           As the schedular shows the day view and week view .I want week overview as in screenshot.Please can anyone tell me how to do it.


Thanks
Divya
Ivan Todorov
Telerik team
 answered on 27 May 2011
1 answer
97 views
If my Xaxis AutoScale is false and my start value is consistently a number say 10.
How Can I make the start of my graph at (10,0) On.

So instead of having 10 as a marker, make 10 the default marker that displays at the YAxis Line.

Let me know
Evgenia
Telerik team
 answered on 27 May 2011
2 answers
129 views
How do I change the Position of a Label that Displays in a Marked Zone? Say if I want it to display at the center marked zone!

I tried TextBlock.Appearance.Position.AlignedPosition but this did not do the trick.

Will appreciate the help
 
Evgenia
Telerik team
 answered on 27 May 2011
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
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
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
Styling
Barcode
PopupEditor
RibbonForm
TaskBoard
Callout
NavigationView
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Security
LocalizationProvider
Dictionary
SplashScreen
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?