Telerik Forums
UI for WinForms Forum
4 answers
362 views
I must be missing something obvious, but I cant seem to find a way to set which tab is defaulted at startup.
Dwight
Telerik team
 answered on 08 May 2007
1 answer
189 views
I am databinding my grid to a DataTable, and I am looking to add a new row to the header , much like the filter row, that contains custom controls (dropdowns, checkboxes, ect)

Has anyone attempted/had success with this yet?
Dwight
Telerik team
 answered on 08 May 2007
2 answers
136 views
I know that you need to unregister dockpanels in order to remove them from the manager.

But how would I know when to do this?  You have closebuttonvisible property to disable the close  button, (even though it doesn't truly close), but how would I be able to determine that the user clicked it, since there doesn't seem to be a way to determine how the panel was hidden.

If the user selects hide from the dropdown, or closes it with the button, how can I tell the difference? I want to remove the panel if the close button is used.
DConroy
Top achievements
Rank 1
 answered on 08 May 2007
1 answer
95 views
In the existing Win.Forms DateTime you can only set the date. You can set the time also if you specifiy it in the edit field.
However what would be nice would be a control where you could set both the date and the time using some clock control.
Peter
Telerik team
 answered on 08 May 2007
5 answers
404 views
Hi

I need to bind a dataset to the dropdown part of a RadCombo but everything I try fails so I've reverted to the VB.net Combo.

Can you give me the basic vb.net code to get me started.

Many thanks

Mitch
Jordan
Telerik team
 answered on 07 May 2007
6 answers
104 views
When I copy and paste most controls, usually the collection is lost, say in a combobox. Is this just a Visual Studio designer bug? Is there a way to re-assign the collection back or make a copy of it without having to spend hours re-creating it just because you wanted to move it somewhere else?

I also get javascript errors when using Telerik controls, especially the tabs -- they disappear on me a lot, and I need close and open the project again to see them. It's just impossible it seems to copy and paste the whole tab control without not only screwing up your entire project, but also losing all the tabs. It doesn't seem specific to Telerik though... it's like the VS designer is totally clueless. I make a backup of my project anytime I need to move something to another user control...
Mike
Telerik team
 answered on 07 May 2007
5 answers
377 views
I am new to your controls, in VB.Net I am trying to dynamicaly build a form.  I have added the RadTabstrip to my .Net form and I can successfully add tabs in via code.  My problem is I want to add controls to the tab via code also(RadTetxbox, RadListbox) however it is not adding the control to the correct tab.  Below is the code:

Private Sub Add_Text(ByVal sorder As String, ByVal itab As Integer)

Dim txt As New RadTextBox

txt.Name = "Text_" & sorder

txt.Multiline = True

txt.ScrollBars = ScrollBars.Both

Me.RadTabStrip1.SelectedTab = Me.RadTabStrip1.Items(itab)

Me.TabItem1.ContentPanel.Controls.Add(txt)

itab is the tab I want to add the control to, it always adds the control to my first tab on the RadTabStrip control.

Boyko Markov
Telerik team
 answered on 07 May 2007
5 answers
264 views

i converting from  MSTreeView to RadTreeView

how can i drop & drop  in other tree
and When do drag from A to B, if unuse A Tree's Feedback, must do how

Desire to write comment or example ~~~ T.T;
Boyko Markov
Telerik team
 answered on 07 May 2007
5 answers
212 views
Is there anywa to add this optionbuttons in design mode? if not it will be a great feature. Actually we are migrating from Infragistics to Telerik and this is a feture the we have in Infragistics.









RadButtonElement optionsButton = new RadButtonElement();
optionsButton.Text = "Options";
optionsButton.Alignment = ContentAlignment.TopRight;
optionsButton.Padding = new Padding(3);
optionsButton.Margin = new Padding(3);
optionsButton.TextImageRelation = TextImageRelation.ImageBeforeText;
optionsButton.Image = global::Telerik.Examples.WinControls.Properties.Resources.optionsButton;
RadButtonElement exitButton = new RadButtonElement();
exitButton.Text = "Exit";
exitButton.Alignment = ContentAlignment.TopRight;
exitButton.Padding = new Padding(3);
exitButton.Margin = new Padding(3);
exitButton.TextImageRelation = TextImageRelation.ImageBeforeText;
exitButton.Image = global::Telerik.Examples.WinControls.Properties.Resources.exitButton;
this.radRibbonBar1.StartMenuBottomStrip.Children.Add(exitButton);
this.radRibbonBar1.StartMenuBottomStrip.Children.Add(optionsButton);
this.radComboBox1.TextBoxElement.Margin = new Padding(0, 4, 0, 0);
this.radRibbonBar1.RibbonBarElement.TabStripElement.SelectedTab =
this.radRibbonBar1.RibbonBarElement.TabStripElement.Items[0];
lprada
Top achievements
Rank 2
 answered on 04 May 2007
5 answers
227 views
I would love a Control to automatically scale the form and all (or some) of the controls on the form as it is resized.  I tried http://www.fengarisoftware.com/Default.aspx?tabid=105, but it does not work correctly with your controls.  I suspect just does not know how to find all the properties correctly since it is all custom.

I woudl like to know if this is at all a possibility as I am developing an application to run of HUGE resolutions where the user could be 60+ feet away.

Maybe there is a way to get your controls to resize correctly with their control?


Thank you
Georgi
Telerik team
 answered on 04 May 2007
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
CheckedDropDownList
ProgressBar
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
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
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
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?