Telerik Forums
UI for WinForms Forum
9 answers
686 views
Hi,

I try to set the focus on the textbox by radtexbox.focus. But it's seem that the cursor is not on that radtexbox. In MS radtexbox, if we set the focus on the radtexbox, the cursor will be on that radtexbox.

Please help

Thanks
Mike
Telerik team
 answered on 23 Aug 2007
7 answers
120 views
Hi
We were wondering whether you had any plans to provide Telerik training for use of the windows forms components in a CAB application.

Best regards

Marek
Vassil Petev
Telerik team
 answered on 23 Aug 2007
2 answers
115 views
Hi
I would like to register a specific menu item in my radmenu as a UIExtensionSite.  I would like to do something like:

this.RootWorkItem.UIExtensionSites.RegisterSite("ViewMenu", this.Shell.MainMenu[1].Children);

Where 1 is the index of my view menu on the main menu.  I then would like to access and modify this using something like:

RadMenuItem menuItem = new RadMenuItem("GIS");

_presenter.WorkItem.RootWorkItem.UIExtensionSites[UIExtensionSiteNames.ViewMenu].Add(menuItem);

I have implemented a RadMenuAdapterFactory, which handles RadMenu and RadItemCollection (using the appraiser workbench sample), but I'm not sure how to handle this specific case.

Any help would be much appreciated.

Best regards

Marek

Vassil Petev
Telerik team
 answered on 23 Aug 2007
17 answers
256 views
Are there going to be any CAB wrappers for the WinForm controls?  Has anyone tried to wire one up for use with CAB, yet?

Ling
Vassil Petev
Telerik team
 answered on 23 Aug 2007
1 answer
178 views

Hi,

I have created the template form with the control RadTabStrip.  When the other form inherites from the template, I can’t add more TabItems in design time, because it fails. The errors are:

Element already added!
Hide    

at Telerik.WinControls.RadElementCollection.CheckElementAlreadyAdded(Object value)
at Telerik.WinControls.RadElementCollection.OnInsert(Int32 index, Object value)
at System.Collections.CollectionBase.System.Collections.IList.Insert(Int32 index, Object value)
at Telerik.WinControls.RadItemCollection.OnInsertComplete(Int32 index, Object value)
at System.Collections.CollectionBase.System.Collections.IList.Add(Object value)
at Telerik.WinControls.RadItemCollection.AddRange(RadItem[] value)

But if i comment the line

this.radTabStrip1.Items.AddRange(new Telerik.WinControls.RadItem[] {

this.tabItem2});

and change it for 

this.radTabStrip1.Items.AddRange(new Telerik.WinControls.RadItem[] {

 

new Telerik.WinControls.UI.TabItem()

});

there is no error. In run time it doesn´t  present this error.
kdev
Top achievements
Rank 1
 answered on 23 Aug 2007
2 answers
193 views

I tried to add a tooltiptext to RadToggleButton and RadTrackBar.
The code is below:

toggleButtonMagnifier.RootElement.ToolTipText = "Magnification Toggle";
toggleButtonMagnifier.ShowItemToolTips = true;

Also tried the other way:
((RadMenu)AttachmentView.Controls[1]).MenuElement.Items[0].ToolTipText = "Magnification Toggle";

but tooltiptext did not pup up.

Any suggestion?

Thanks,

Susan

susan
Top achievements
Rank 1
 answered on 22 Aug 2007
2 answers
388 views
I want to delete row. How can i do this??
Jack
Telerik team
 answered on 22 Aug 2007
2 answers
139 views
Morning Telerik,
Currently I use the SP2 for wincontrols, and I set every headertextalignment in data grid to Middle center(I save also the changes).The first time, changes are shown but once I run my application, I get Middle left Allignment.It is like, I have nothing  done!
So what is the problem?
Angel
Telerik team
 answered on 22 Aug 2007
6 answers
223 views
I am creating a shaped form as a DialogResult:

Dim Result As DialogResult = frmShapedForm.ShowDialog(Me

In my frmShapedForm.designer.vb, I am specifying:
Me.StartPosition = FormStartPosition.CenterParent 

to center the form atop the parent (opener) form but it is not working, when i change the form to inherit from Windows.Forms.Form, everything works as expected.
Jack
Telerik team
 answered on 21 Aug 2007
3 answers
390 views
I must admit that i don't see how to use this property?
Let say i wanna bind to employee object with property FirstName and LastName and see [LastName, FirstName] in combobox. how can i achieve this?

Can you provide a simple example please?
Thanks.
Dwight
Telerik team
 answered on 21 Aug 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?