Telerik Forums
UI for WinForms Forum
30 answers
653 views
During the installation of "RadControls for WinForms" on a machine that only has VS2008 Pro installed, I receive the following error:

"ToolBox has encountered a problem and needs to close.  We are sorry for the inconvenience."

After the install I have to then manually add the controls to the toolbox...
Jordan
Telerik team
 answered on 11 Aug 2009
1 answer
209 views
Hi All,

I am regocnizing that WinForms are running on XP and obviously under Vista. Would they run on Windows 2000 as well?

Many thanks

Andi
Robert
Top achievements
Rank 1
 answered on 10 Aug 2009
1 answer
111 views
I am using RadControls for WinForms Q2 2009 in VS2008.  I am able to set the RadGridView control's datasource to a DataTable.DefaultView and enable reordering of the columns.  I am able to perform a drag/drop reordering of the columns.
My problem occurs when the datasource changes to a different DataTable.DefaultView.  The columns no longer respond to the drag/drop column reordering feature.  I've attempted setting the MasterGridViewTemplate.AllowColumnReorder to true, but that fails to work.  Any suggestions?
Greg Montoya
Top achievements
Rank 1
 answered on 10 Aug 2009
2 answers
163 views
Hi,

I have been working on the carousel control I would like to know how can I Add a context menu to it .

I tried dragging the context menu onto the RAD form but when I select the Carousel control and goto properties and when I select context menu strip it doesn't show me the contextmenu controlwhich I have dragged onto the form

Thanks,
Mahitha Prem
Mahitha Madala
Top achievements
Rank 1
 answered on 10 Aug 2009
3 answers
249 views
I have two documents in one TabStrip.  I drag one out. Just right after the drag is over I need the information on what Documents (from entire RadDock control) are actually visible (drawn on the screen; not Class-property-wise visible)  and which are hidden beneth the others. This only concerns DocumentWindows.
Paul
Top achievements
Rank 1
 answered on 10 Aug 2009
7 answers
524 views
HI i am trying to use the waitingbar bar but i can't get it to work, here is  my code:

  private void btnCheckServers_Click(object sender, EventArgs e)  
        {    
                this.radWaitingBar1.StartWaiting();  
                label1.Text = "trying to connect....";  
                Telnet Session = new Telnet(this.txtIP.Text, Convert.ToInt16(this.txtPortTest.Text), 1000);  
 
                try 
                {  
                    Session.Connect();  
                    label1.Text = Session.ReturnMessage;  
                }  
                catch (Exception ex)  
                {  
                    label1.Text = ex.Message;  
                }  
 
                this.radWaitingBar1.EndWaiting();  
   
        } 


Can someone tell me what i do wrong?

Thanx and greetings,
Wim

In the Help i read this:
  1. Place a RadWaitingBar control and a RadButton control on a form.
  2. Select the RadWaitingBar control.
  3. Set the StepWidth property to 4.
  4. Set the ThemeName property to ControlDefault.
  5. Set the BackColor property to BlueViolet.
  6. Select the RadButton control.
  7. Set the Text property to Animate.
  8. In the Properties window, click the events button.
  9. Double-click the Click event.
  10. Replace the automatically-generated event handler with this code:


thing is that i cant find property StepWidth!

Victor
Telerik team
 answered on 10 Aug 2009
1 answer
96 views
Hey 
     
        I need to copy and past from the radgrid to excel.  I almost done wtih that using Control +
c  and Control +V. But how i can do this using Context Menu. when i right click , i can see the Copy, Past options , but its not working for the Selected Cells.

regards
Naji
Nikolay
Telerik team
 answered on 10 Aug 2009
3 answers
429 views
hi
before i use these code for next row in gridview  but in radgrid i don't know.
privatevoid btnNext_Click(object sender, EventArgs e)
{
int index = radgrid1.CurrentRow.Index + 1;
if (index == radgrid1.Rows.Count)
index = 0;
radgrid1.Rows[index].Cells[0].Selected =
true;
}
please help me
thank you very much
niloo norouzi
Top achievements
Rank 1
 answered on 09 Aug 2009
2 answers
124 views
Hello,

I'd like to have two listboxes side by side that scroll together, much like you would see in a diff or merge tool. Is there some way that this can be accomplished with Telerik ListBoxes?

Thanks!
Jeremy
Jeremy Murtishaw
Top achievements
Rank 1
 answered on 07 Aug 2009
1 answer
122 views
Hi, I use the ribbon, dock controls (not the new one yet), and some other controls like the RadGroup etc.
However, when designing the App as an Outlook Style application and placing the controls in the Navigation area to the left, the positions and sizes of those controls are not being kept.

I must say:
For the amount of noise you guys are making those kind of problems are realy ticking me of.
This is not the first time this is happening I had similar issues with the grid in a previous release.

So, my advise:
Before you give us those amazing controls make sure we can use them in production without being messed with whenever a property is being changed. I'm sure I'm not the only one having those kind of problems.
If this keeps happening I will want to have my money back and use another vendor, just for you to know this is serious!!!

I use the latest version, VS 2008 with the latest SP, Windows Vista Ultimate 32 with the latest service pack. 
Mike
Telerik team
 answered on 07 Aug 2009
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
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?