Telerik Forums
UI for WinForms Forum
2 answers
106 views
I am using the AppointmentStatusInfo() to replace the appointment status dropdown.  The following code is what I am using...

this.radTTSched.Statuses.Add(new AppointmentStatusInfo(0, "Booked", Color.Green, Color.Green, AppointmentStatusFillType.Solid));

this.radTTSched.Statuses.Add(new AppointmentStatusInfo(1, "Show", Color.Blue, Color.Blue, AppointmentStatusFillType.Solid));

this.radTTSched.Statuses.Add(new AppointmentStatusInfo(2, "No Show", Color.Red, Color.Red, AppointmentStatusFillType.Solid));

this.radTTSched.Statuses.Add(new AppointmentStatusInfo(3, "Cancel", Color.Red, Color.Red, AppointmentStatusFillType.Solid));

All colors will show correctly in my scheduler except Status = 2 for No Show.  If I change this value from 2 to any other value, it works correctly.  Is there something sacred about status value of 2?  This is a legacy database that I am integrating with and I am not able to change that value from 2 to something else.  Please help!

Cory
Top achievements
Rank 1
 answered on 09 Nov 2012
7 answers
310 views
Hi there,

I am opening an already existing form in a dock host window.  
How can i add Horizontal and Vertical scroll bars to new document host window.
FYI i have tried with the belwo code, but doesnt work.

Dim

 

objForm As New Form

 

 

Dim hostWindow As HostWindow = RadDock1.DockControl(objForm , DockPosition.Right)

 

RadDock1.AddDocument((hostWindow), DockPosition.Fill)

 

'hostWindow.AutoScroll = True

 

hostWindow.HorizontalScroll.Enabled =

True

 

hostWindow.VerticalScroll.Enabled =

True


Thanks,
Satyajeet



 

Denis Cilliers
Top achievements
Rank 1
 answered on 09 Nov 2012
3 answers
546 views
I am having two list boxes selected items should be added to listbox2 when i click on add from listbox1 and items should be deleted from listbox1  and vice verse please guide me in this regard

thanks & regards,
devender
Stefan
Telerik team
 answered on 09 Nov 2012
3 answers
402 views
Hi

I have a lot of columns and my users have a problem to find filtered columns.

They have a problem becouse then don't see that icon "filter" changed color.


Kamila
Emanuel Varga
Top achievements
Rank 1
 answered on 08 Nov 2012
3 answers
178 views
Hi All,

Please let me know how to get the clicked item of the commandbarstripelement in item click event. Say if I have a button b in the commandbarstripelement row how to know that this particular button b  is clicked in item click event.

Thanks and regards,
Noor Hussain
Stefan
Telerik team
 answered on 08 Nov 2012
8 answers
175 views
I've just downloaded RadControls for WinForms Q3 2012 and installed it.
All the components that I tried work as required, however I have an issue when adding a RadDateTimePicker to a windows Form.
I am getting
Failed to create componenet 'RadDateTime'. The error messaged follows:.
.......
Please check the attached screen shot.

OS: Windows XP SP3.
Visual Studio 2010 Ultimate.
Stefan
Telerik team
 answered on 08 Nov 2012
2 answers
182 views
Hi,
The text in the columnbuttons of the columnchooser of a radgridview is aligned in the middle (see sreenshot).
My customer wants the text aligned on the left.
How can I achieve this?
Wesley
Top achievements
Rank 1
 answered on 08 Nov 2012
2 answers
168 views
Hi,

 I am trying to create my custom gridview controls which inherit from radgridview.

 

The Code:

 

public partial class eRadGridView : Telerik.WinControls.UI.RadGridView

{

public eRadGridView()

        {

            InitializeComponent();

           

        }

 

        public eRadGridView(IContainer container)

        {

            container.Add(this);

 

            InitializeComponent();

        }

    }

 

When I try to droll it from the toolbox, I get the attach error.
Please let me know what I am doing wrong.

Stefan
Telerik team
 answered on 08 Nov 2012
3 answers
242 views
Hi,

How can I override the default mouse over backcolor (orange color) by code?

Thanks.

Anton
Telerik team
 answered on 08 Nov 2012
6 answers
293 views
telerik grid with multiple column header

my code:

@{

 

 

var headerHtmlAttributes = new { style = "font-weight:bold" };

 

Html.Telerik().Grid<

 

WorkflowDashboardModel>()

 

.HtmlAttributes(

 

new { style = "text-align:center" })

 

.Name(

 

"WorkFlowDashBoardExp")

 

.Columns(columns =>

{

columns.Bound(d => d.SourceSystem)

.HeaderHtmlAttributes(headerHtmlAttributes);

columns.Bound(d => d.NewException)

.HeaderHtmlAttributes(headerHtmlAttributes);

 

}

i want to give a header column for the column headers as top one.

how can i do? please help.

Emanuel Varga
Top achievements
Rank 1
 answered on 08 Nov 2012
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
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
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?