Telerik Forums
UI for WinForms Forum
2 answers
313 views
Hello, 

I am using a RadDropdownList but for some reason I cannot get the dataset's table to bind to the Raddropdownlist.  However when I use a standard windows combobox the data binds ok.

//This doesn't work with the RadDropdownList..."Lookup" is the name of the datatable within the dataset.
DataSet ds = oLkp.GetLookupValues("matterTypeId, matterType", "tblMatterTypes", "matterType");
 this.cmbMatterType.DisplayMember = "Lookup.matterType";
 this.cmbMatterType.ValueMember = "Lookup.matterType";
 this.cmbMatterType.DataSource = ds; 

//Same code using a standard winform combobox, this works fine.
this.comboBox1.DisplayMember = "Lookup.matterType";
this.comboBox1.ValueMember = "Lookup.matterTypeId";
this.comboBox1.DataSource = ds;

Is there an extra step to using these new controls or a design time property that must be set....I know this control replaces the RadCombobox.  Using 2011.3.11.1116

Thanks,

Kerry
Boryana
Telerik team
 answered on 14 Feb 2012
3 answers
143 views

How can I scroll the grid while I'm dragging a cell from the same grid?

Here is a sample-project to clarify my question (file is deleted): sample-project

Svett
Telerik team
 answered on 14 Feb 2012
3 answers
150 views
I have RadDock control on a RadForm that i would like to move into a RadPanel. These are my steps:
  1. Select the RadDock.
  2. Cut the RadDock
  3. Drag a RadPanel onto my RadForm
  4. Enlarge the size of the RadPanel
  5. Select the RadPanel, right clik in it and click Paste
Then Visual Studio always throws this error: "Cannot add component of type 'DocumentTabStrip' to container of type 'RadPanel'. "
** I am using Telerik RadControls for WinForms 2011 Q2
How do i add a RadDock Control inside any other container? Is it possible anyway?

Thanks
Ivan Petrov
Telerik team
 answered on 14 Feb 2012
1 answer
124 views
Hello,

We have two issues with the RichTextBox component:

1/ I can not find the RichTextBox in the Visual Style Builder.... It seems we can apply a theme on this component since in the Proprieties there is an option as "Theme Name". Please let me know where can I find it.

2/ Also when we had a RadRichTextBox in Visual Studio, the text set up in the proprieties doesn't appear in Visual Studio or when we run the form. Any idea why? We need multiline and HTML formatting for the text that's why we chose this component.

Thank you.
Regards,
Ludovic
Boryana
Telerik team
 answered on 14 Feb 2012
2 answers
161 views
Whenever i use the Metro blue theme, the ribbon looks weird, and the quickaccessToolbar is a bit windows 2000 like.
The application button is also moved a bit down-right.
Is there any specific way i need to use the theme?
because i tried alot, but i can't get it to work.

Sincerly, me
Svett
Telerik team
 answered on 14 Feb 2012
3 answers
190 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
125 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
205 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
242 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
226 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
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
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
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
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
NavigationView
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
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
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?