Telerik Forums
UI for WinForms Forum
1 answer
173 views
Hi,

 As my Multi-Column combo box  contains huge(records in  lakhs) data , i am binding Corresponding data on enter key ,after typing  data in Multi-Column combo box control .
After binding data ,i am  calling MultiColumnComboBoxElement.ShowPopup()  method then i am getting error, i am unable to reproduce this issue every time.
Even i am unable to capture scenario. 
Please see attached image ,check if you people can do any help for me .

Thanks.
Stefan
Telerik team
 answered on 14 Feb 2012
2 answers
334 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
149 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
160 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
134 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
173 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
204 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
140 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
218 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
277 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
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?