Telerik Forums
UI for WinForms Forum
2 answers
129 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
259 views
how to resize the column in rad richtextbox in winform c#
Dimitar
Telerik team
 answered on 31 Jul 2014
1 answer
123 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
126 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
211 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
626 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
2 answers
135 views
The Special Days properties are having no effect.

Disabled = true  -  Expected it to grey out the day. I get a normal, still selectable special day.
Selectable = false - Expected that when that day is clicked no selection occurs -  I get a normal, still selectable special day.
Selected = false - Expected the day not to be highlighted - I get a highlighted special day.

Toggling these properties to true or false seems to have no effect. The special day is still enabled, selectable and highlighted.

The other properties seem to function ok. Setting the date of the day, recurring and the tooltip are ok.

Am I missing a setting? misinterpreting the behaviours?

Tested using a new standard winforms application.
Controls version 2014.2.715.40

lesley
Top achievements
Rank 1
 answered on 30 Jul 2014
4 answers
325 views

Hello ,

 

Simple question about the multicolumn combo box .

 

When browsing through the list of combo box items with arrow up and down I want to prevent the text in the of the combo box to change.

 

How can I realize this?

 

Kind regards,

 

Tim van Rooijen

Hadi
Top achievements
Rank 1
 answered on 30 Jul 2014
11 answers
470 views
Hello,

Is there an update for wordwrap in the RadTextBoxControl or and idea when it might be fixed. I have voted for it in the Issue Tracking service.

Essentially it wordwraps but splits the word mid-way instead of using whole words.

Many thanks

Terry
Stefan
Telerik team
 answered on 30 Jul 2014
2 answers
160 views
I have created a custom control wrapper for the DropDownList. My main reason was to create some shortcut methods for custom objects that we are using to populate the list.

I am trying to write some automated tests for my custom control. The problem is that when I create an instance of the custom control in the automated test (but not actually put it on a form or control), some of the data functionality is lost. I can set the DataSource property (using a list of my custom objects), but the Items collection still shows a count of 0. I can set the SelectedIndex proprty to a valid value, but the SelectedItem property remains null. When I do this same thing with an actual control on a form, the Items collection is populated and reflects what I set in the DataSource property.

 I assume that the DropDownList is borrowing some functionality from the form to tie the DataSource and Items properties together.

Is there something additional that I can do to make the DropDownList fully functional in an automated test, or is this not possible?

I have tried using the Rebind method and this does not help. I also tried not using my custom control and just creating a RadDropDownList object directly in my automated test and it behaves the same way.
IT Department
Top achievements
Rank 1
 answered on 29 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)
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
ProgressBar
CheckedDropDownList
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
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Licensing
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
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?