Telerik Forums
UI for WinForms Forum
10 answers
567 views
Hello
I downloaded the demo of Telerik Q2 2014. 
I'm trying Scheduler and Reminder in visual basic 2013. NetFramework 

In the event AppointmentEditDialogShowing RadScheduler1 
I try to show the custom form. 

Private Sub radScheduler1_AppointmentEditDialogShowing (sender As Object, e As AppointmentEditDialogShowingEventArgs) 
e.AppointmentEditDialog = New CustomForm()

End Sub 


I took the code from the following thread
http://www.telerik.com/forums/custom-edit-dialog

but displays an error "System.InvalidCastException"

I try 

Private Sub radScheduler1_AppointmentEditDialogShowing (sender As Object, e As AppointmentEditDialogShowingEventArgs)
CustomForm.show
End Sub

This show the original form and my custom form

Thanks




Jeff
Top achievements
Rank 1
 answered on 04 Aug 2014
1 answer
214 views
I have a RadPageview in Strip Mode and I want my program to had support a right-to-left language. When I changing the Right-to-Left Property to true it works fine. but when I run my program and use Arrow Keys (Left or Right) it doesn't work correctly. Left key goes to Right and Right key goes to Left. How can I fix it?
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 04 Aug 2014
16 answers
295 views

In Versions prior to Q3 2010,  when I filtered the grid,

myGrid.Rows.Count    

counted only the visible rows, now it returns the total rows.
How can I get the number of currently visible Rows in the FilterChanged event handler?

Regards
Erwin
Jeen
Top achievements
Rank 1
 answered on 04 Aug 2014
3 answers
61 views
I have 5 groups in a radGridView and I want all groups collasped on form load.  However, Group[0] will not collaspe.  All other are collasped.

this.radGridView3.Groups[0].Collapse();
this.radGridView3.Groups[1].Collapse();
this.radGridView3.Groups[2].Collapse();
this.radGridView3.Groups[3].Collapse();
this.radGridView3.Groups[4].Collapse();

Stefan
Telerik team
 answered on 04 Aug 2014
2 answers
167 views
I use the status to show whether or not a guest has been assigned to the appointment. If not, this is shown with a white status bar using a custom status. This works great. However, when the status changes, I want to remove the status bar but I can't figure out how. If I set the custom status to transparent, the bar turns gray and if I use a status that doesn't exist, the background is the same color but I still see the border for the status. 

This is the code. Status 7 works great. Status 6 produces the gray bar but when commented out I get the result seen in the attached image.
Me.RadScheduler1.Statuses.Add(New AppointmentStatusInfo(6, "Guests", Color.Transparent, Color.Transparent, AppointmentStatusFillType.Solid))
Me.RadScheduler1.Statuses.Add(New AppointmentStatusInfo(7, "NoGuests", Color.White, Color.White, AppointmentStatusFillType.Solid))


I want the status bar to go away and the text to move back to the left a little. How can I do this?



The top of the image shows an appointment before a guest is added and the bottom is with a guest. The lock icon just indicates that the max number of guests have been added and isn't related to this issue.
Jeff
Top achievements
Rank 1
 answered on 31 Jul 2014
4 answers
324 views
how to resize the column in rad richtextbox in winform c#
Dimitar
Telerik team
 answered on 31 Jul 2014
1 answer
163 views
Hi,

I'd like to show tooltips on a Radar chart.
I see this request has been marked completed, but it doesn't seem to work...
Dimitar
Telerik team
 answered on 31 Jul 2014
2 answers
154 views
I am trying to obtain the value of a cell in the current selected row in the child grid.  There is no problem in getting that in the Parent using the CurrentRow, but I do not see CurrentRow in the Child as an option.
Ryda
Top achievements
Rank 1
 answered on 31 Jul 2014
5 answers
245 views
Hello,

i found this post
http://www.telerik.com/forums/grouping-appointments-in-timeline-view

and I have the same problem as desrcibed in the 4th post by Tom.
When I set the hour range to start any time of the day, it works fine, but if I enable Resources via GroupType property,
it goes back to 00:00.

For instance if the RangeStartDate and RangeEndDate are set to         2014-07-22 09:00 -> 2014-07-22 15:00,
when I set Me.Scheduler.GroupType = GroupType.Resource it will be   2014-07-22 00:00 -> 2014-07-22 06:00.


In the previous post I mentioned, Anton said there is no way to fix this.
This is a 10 month old post.
Is there any way to achieve this now?

Thanks.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 31 Jul 2014
10 answers
688 views
There are two issues. The first is that if I set HelpButton to true, a help button doesn't show. Here are the relevant settings on my RadForm:

this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
this.HelpButton = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;

Additionally, I'm trying to add another button that behaves like the minimize/maximize/close button to the title bar. Basically, I want an image button that doesn't show it's fill or it's border until it's hovered/clicked, and is the same size as the minimize/maximize/close buttons. I need to be able  to choose what happens when this button is clicked and what image is displayed.

Is there a simple way to accomplish this?
Stefan
Telerik team
 answered on 31 Jul 2014
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?