Telerik Forums
UI for WinForms Forum
3 answers
194 views
Hello,

Is it possible to add custom component to the radpanorama ? For exemple combobox or datagrid ?

thank you
Nikolay
Telerik team
 answered on 13 Feb 2012
3 answers
130 views
I'm using the following method to change the background colors on my scheduler cells.

List<SchedulerDayViewElement> dayViews = ((SchedulerDayViewGroupedByResourceElement)radScheduler1.SchedulerElement.ViewElement).GetDayViewElements();
foreach (SchedulerDayViewElement dve in dayViews) {
    foreach (SchedulerCellElement sce in dve.DataAreaElement.Table.GetCells()) {
        sce.BackColor = Color.FromArgb(230, 230, 230);
    }
}

This is a simplified example, as I have more logic in my application to figure out what colors certain cells should be.

The problem is when I set that BackColor property the whole cell gets all whacked out.   From what I can tell, not only is it changing the backcolor, but also the "hoverbackcolor" and the "selectedbackcolor", both of which I have no idea how to set.  Or not set, for that matter.

Also, what is BackColor2, BackColor3, BackColor4?
Ivan Todorov
Telerik team
 answered on 13 Feb 2012
1 answer
208 views
Are there any of those Events?
I need to change the value of a cell (Databound to BindingList with INotifyPropertyChanged) if the mouse enters a cell and reset the value if the mouse leaves the cell.
How is this possible?
Stefan
Telerik team
 answered on 13 Feb 2012
3 answers
253 views
Hi

One
Is there any way I can get the radscrollable panel to do the following three requirements programatically in vb.net
1 - Scroll to the top (of the panel)
2 - Scroll to the middle (of the panel)
3 - scroll to the end (of the panel)

Ideally I want to see a quick animation of the scroll taking place till it reaches the either point.

Two
Can you tell me how the following works (what it does):
Me.RadScrollablePanel1.VerticalScrollbar.PerformScrollTo
(I tried using it as follows: Me.RadScrollablePanel1.VerticalScrollbar.PerformScrollTo(new Point(0,200)) but it did nothing)


Three
Is there any link for more documentation on this control.


Boryana
Telerik team
 answered on 10 Feb 2012
5 answers
232 views
Hello Telerik,

I want to show a ToolWindow which is in Autohide state during runtime. (It should just display not change the DockingState)

I tried ToolWindow.Show(), but the Window isn't shown


How can I do that?
Ivan Petrov
Telerik team
 answered on 10 Feb 2012
1 answer
234 views
Hello,

I have some issues with the behavoiur of the RadDateTimePicker which confuses me alot.
We are using the 2011.3.11.1219 Version of Telerik.

When I load a form I have an initial value which can be a DateTime or can be null. If the value is null the DateTimePicker on the should display a string lilke "No Value", if you click on the DateTimePicker to specify a Date or if you click on the DropDown Button, the current Day should be preselected. If the initial value is not null the DateTime should be displayed immediately if the form is shown.

If the value is null I have tried the following:

 rdtp.NullText = "No Value";
 rdtp.NullableValue = null;

Now I have tried to use various combination of the Properties but all the time I get the same result. If you click on the DTP or press the DropDown Button either the minDate is selected or (if not set) 01.01.0001 is selected in the calendar. I have tried to set the value of the DTP to DateTime.Now or setting the NullDate and use the SetToNullValue(); but no matter what the Value will never change and remain as it was (minDate or 01.01.0001).

How can I achieve the desired behaviour?
Peter
Telerik team
 answered on 10 Feb 2012
5 answers
231 views
I've read over this forum post which has a potential solution for RadSplitButton, but I am struggling to apply this to a CommandBarSplitButton.  

Basically the behavior I need is:
-when any menu item in the split button is clicked, that item should become the default item AND the button should show a highlighted state like IsMouseOver = true
-when the action button is clicked while it is highlighted, it should un-highlight.  (Other "cancel" conditions can cause this as well)

I have tried setting IsMouseOver = true on about every element I could find in the hierarchy.  I'd prefer not to have to create a custom theme or change the background colors manually if possible.

We're using Q2 2011 SP1 on our way to Q3 2011.

Thanks,
Adam
Stefan
Telerik team
 answered on 10 Feb 2012
5 answers
361 views
Hi,

  I am working on Rad Win forms. I need edit and delete images in Rad Gridview Control like asp grid in web page.
I had gone through following link 
http://www.telerik.com/community/forums/winforms/gridview/show-mulitple-images-in-a-gridview-column.aspx 

After scrolling , CustomGridDataCell is applying to  remaining columns.

 Please see attached Images.

Thanks.
Surya
Top achievements
Rank 1
 answered on 09 Feb 2012
3 answers
178 views
I need to detect if the user has clicked the horizontal scrollbar rather than an appointment, cell element, RadSchedulerNavigator or the RadCalendar associated with the RadScheduler.

Have not been able to work out how to attach to the event.

Thanks
Stefan
Telerik team
 answered on 09 Feb 2012
2 answers
184 views
Hi,

I'm looking for a way to disable the animation that is used when a user has a collapsed RibbonBarElement (RibbonBarElement.Expanded = false) and then interacts with the RadRibbonTabs.  Single clicking a tab in this case opens the tab strip while the tab strip has focus.  Once focus has left the control (user clicks elsewhere), the tab strip returns to a collapsed state.  When it returns to being collapsed, there is an opacity fade effect being applied.  Sometimes when the message pump is busy with other processing going on, this fade effect is looking bad and I can't figure out how to disable it.

Setting  AnimatedPropertySetting.AnimationsEnabled = false; does not seem to work in this case.  (The particular project I am working with is RadControls WinForms Q1 2010 SP2 - an upgrade is possible in the future for this, but not at this time.  I haven't yet been able to investigate whether there is a visible setting in Q3 2011).

If anyone has any insight into how to control this, I'd appreciate it.

Thanks,
Adam
Boryana
Telerik team
 answered on 09 Feb 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)
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?