Telerik Forums
UI for WinForms Forum
5 answers
144 views
I want to relipcate the look and feel of the timeline controls as shown in this section of the product documentations...

http://www.telerik.com/products/winforms/scheduler.aspx#custom-resources-and-resource-grouping

However, using the examples on how to load data in when grouping by resources, but editing it so I can get it working as I want, it fails to load. I have been through my code and can't see anything wrong with however?

If someone can let me have a working sample of how to layout the schedule as shown in the example above, or point out where I'm going wrong, I'd be really grateful!


Schedule.ActiveViewType = Telerik.WinControls.UI.SchedulerViewType.Timeline;
Schedule.GetTimelineView().ResourcesPerView = 8;
Schedule.GroupType = GroupType.Resource;
  
SchedulerDayViewGroupedByResourceElement headerElement = Schedule.SchedulerElement.ViewElement as SchedulerDayViewGroupedByResourceElement;
Resource resource;
resource = new Resource();
resource.Id = new EventId("AC00-1");
resource.Name = "AC00-1";
resource.Color = Color.Beige;
Schedule.Resources.Add(resource);
resource = new Resource();
resource.Id = new EventId("AC00-2");
resource.Name = "AC00-2";
resource.Color = Color.PowderBlue;
Schedule.Resources.Add(resource);
resource = new Resource();
resource.Id = new EventId("AC00-3");
resource.Name = "AC00-3";
resource.Color = Color.PowderBlue;
Schedule.Resources.Add(resource);
Schedule.Appointments.BeginUpdate();
Appointment appointment;
appointment = new Appointment(new DateTime(2011, 12, 07, 12, 00, 00), new DateTime(2011, 12, 09, 12, 00, 00), "Summary", "Descriptions", "Location");
appointment.ResourceId = this.Schedule.Resources[0].Id;
appointment.BackgroundId = (int)AppointmentBackground.Important;
appointment.ToolTipText = "This is my custom Tooltip";
Schedule.Appointments.Add(appointment);
Ivan Todorov
Telerik team
 answered on 13 Dec 2011
1 answer
291 views
Hi,

I looked at the documentation article:
http://www.telerik.com/help/winforms/richtextbox-features-document-elements-tables.html
to get started.

I am battling to place an image into a cell.

To insert an image into the richtextbox is used:           
Dim i1 As New Bitmap(fullfilepathtopicture) 'where fullfilepathtopicture is already a string of the full path and filename
Me.RadRichTextBox1.InsertImage(i1)

Now if I want to insert an image and text into a picture in a table as follows I am battling:

It should look something like the attachment

Any help would be welcome.
Jack
Telerik team
 answered on 12 Dec 2011
2 answers
142 views
With "Nested Scroll Bars" turned on the user is able to re-size the hierarchy grid, what event can I use to capture this user action?
Jack
Telerik team
 answered on 12 Dec 2011
1 answer
116 views
I am trying with RadGridView v2011.3  with virtual mode. But I can not fint out ColumnCount and RowCount properties. Is there any change in this version?
Julian Benkov
Telerik team
 answered on 12 Dec 2011
4 answers
155 views
Hi there,

i have a MDI-Application with one window which contains a TreeView.
When loading the Window, I do the function FillUserList() and it works fine.
But if I try to update th elist after that, it failed.
This is my code for loading the data:

rtvUserList.DataSource = null;
              
lsmu = RfcCalls.GetListOfMainUsers();
              
rtvUserList.DataSource = lsmu;
rtvUserList.DisplayMember = "DisplayValue\\DisplayValue";
rtvUserList.ValueMember = "Uname";
rtvUserList.Name = "DisplayValue";
rtvUserList.ChildMember = "SIPMainUser\\Subuser";
rtvUserList.ClearSelection();
I debugged it and my data is like it has to be.
I tried a Refresh() but that also doesn't work.

Any hint.

Best Regards
Manfred
Julian Benkov
Telerik team
 answered on 12 Dec 2011
1 answer
163 views
Hi,

I have created ListVisualElement for storing a very long string, and also assign the string to the element's ToolTipText property.

When this visual element displayed in the RadListView and hover my cursor over it, the tooltip is displayed. Because the string is very long, the tooltip area will across the whole screen and some characters at the beginning of the string is cut.

Is there any way to specify the width of tooltip and the tooltip's displaying location?

Thanks
Ivan Todorov
Telerik team
 answered on 12 Dec 2011
4 answers
293 views
How do I change RadDock background to Transparent to show image?
Julian Benkov
Telerik team
 answered on 12 Dec 2011
6 answers
1.3K+ views
Hi sir,

            I am used radgridview  in my project. I added rows at the bottom. At the current row focus at the bottom of the radgridview.
How it will focus the top of the radgridview. Here i am used winforms in vb.net. Not ASP.net.

give sample coding also.
Its Urgent

Thanks
M.Selvasundar.
Svett
Telerik team
 answered on 12 Dec 2011
1 answer
67 views
can the skin be defined in the app.config for a winforms application like we can do for web apps?
Jack
Telerik team
 answered on 12 Dec 2011
3 answers
189 views
OK, I'm quite new at these controls, and when I have my database code attempt to insert text/rtf into the Rich Textbox, I use txtBox.text=reader etc.  However, nothing happens. I know this control is different but I'm stumped. How do I load text, doc and rtf from my database into the radRichTextBox?
Nikolay
Telerik team
 answered on 11 Dec 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)
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
Barcode
BindingNavigator
PopupEditor
RibbonForm
Styling
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?