Telerik Forums
UI for WinForms Forum
1 answer
99 views
For your appoiment edit dialog,  when set recurrence rule, you can do folllowing:

for weekly , you have recur every  1 or 2  weeks on option
for monthly,  you have every  1 or 2 months  option


How to set those options in recurrence rule instance in the code?

Do you have any sample code to do these?
Dobry Zranchev
Telerik team
 answered on 21 Jan 2010
1 answer
116 views
We set an appoinment with monthlyrecurrence rule.  

Following is the sample code:

--------------------------------------------------------------------------------------------
Appoinment a = new Appoinment ()

a.Start = new DateTime (2010, 1, 20, 8, 0, 0);
a.End = a.Start.Add (new TimeSpan(0,0,30,0));

MonthlyRecurrence monthrule = new MonthlyRecurrenceRule();
monthrule.Start = new DateTime (2010, 2, 1);
monthrule.End = new DateTime (2010, 6, 1);
monthrule.WeekDays = WeekDays.Tuesday;
monthrule.WeekNumber = 1;

a.RecurrenceRule = monthrule;

Radscheduler1.Appoinments.Add(a);

-----------------------------------------------------------------------------------------------------------------------

We only see two appoinments showing up,  the first Tuesday of February and March.   But there are more than two months,  By this rule,  the appoinment is supposed to show up in February, March, April, May and June?

What do we miss here ?

Dobry Zranchev
Telerik team
 answered on 21 Jan 2010
1 answer
120 views
We only want to use scheduler to display a list appoinments without adding new appoinment and editing existing appoinment.

How can we disable appoinmentEditDialog so that when we click the scheduler, no appoinmentEditDialog pops up?
Boyko Markov
Telerik team
 answered on 21 Jan 2010
2 answers
195 views
Hi,

I am using a data bound gridview in which im using BindingList which is bound to grid and this grid is Hierarchical with 2 levels.
Im dynamically adding rows to 1st level of grid by clicking on button out side grid and it is working fine, here im adding row to the datasource but not to the grid.

but when i try to add row to 2nd level of grid, in the begining it works fine.
when i add 2nd record to 1st level, and if i insert 2nd level rows it keeps adding empty rows to grid.

so my problem is i want to add row dynamically outside grid as well as update and delete in same manner.

can any one help me ..plz

Julian Benkov
Telerik team
 answered on 21 Jan 2010
3 answers
101 views
Hi there,

I am having the following problem: I have a form with 6 radButtons and 1 radLabel. The form takes a second or two to open. It's not much but still quite bad / disturbing for the users experience. Also, I'm on a somewhat powerful machine, so I worry about what users on slower machines is experiencing.

I made a form completely similar to the slow one, though without the radControls and it opens instantly. As soon as I add the 6 radbuttons and radlabel, it slows down. Final thing worth noting: When I have opened the slow form for the first time, and then closed it with me.close, and then try to open it again, the form appears almost instantly. It seems to me it could be some sort of initialization code that runs on the first time the controls are instantiated, maybe?

In that case, I'm hoping there is some way I could run this code before showing the form to the user. This way they will get a snappy experience, and not uninstall our app because of small annoyances like this :)

Thanks for any help!
Deyan
Telerik team
 answered on 21 Jan 2010
6 answers
436 views
Is it possible to limit selectable dates in DateTimePicker dropdown list? Also, how to deselect what user selected? When I change control's Value, it's displayed as selected with the date user picked too.
Boyko Markov
Telerik team
 answered on 21 Jan 2010
1 answer
117 views
We set an appoinment with recurrence rule as dailyrecurrencerule with start date as 1/20/2010 and end date as 1/27/2010.


Appoinments show up correctly on day view and week view but none of them show up on month view.

Why?
Dobry Zranchev
Telerik team
 answered on 21 Jan 2010
1 answer
100 views
In the documentation one of the points was to Remove all Telerik WinForms assemblies from the GAC.  Can you give me instructions as to how to do this? I have already removed the earlier version of WinForms.

Thanks,
Tom
Martin Vasilev
Telerik team
 answered on 21 Jan 2010
1 answer
106 views
If there are too much item on the scheduler in a same timeslot, it will be error and prompt a error message : "Rectangle '{X=0, Y= 0, width=0, Height = 10} width and height cannot be 0 .
Any solution regarding this situation?

Thanks,
Angus
Boyko Markov
Telerik team
 answered on 21 Jan 2010
1 answer
313 views
Is it possible to animate the moving of a panel.  I want to slide a panel off the screen and slide another on.  Is this possible?
Nikolay
Telerik team
 answered on 20 Jan 2010
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
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
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
NavigationView
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
SplashScreen
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?