Telerik Forums
UI for WinForms Forum
2 answers
116 views
Hello,
I am using your free Version , is the pop up message appears to the end User when the application is running ?
Lidiya
Telerik team
 answered on 01 Oct 2009
1 answer
178 views
Hi there,

I am using Rad dock in my application to open existing winforms using below code. On click of RadMenuButtonItem an existing WinForm opens in a NewDocument(HostWindow).

objForm=

New Form
Dim hostWindow As HostWindow = RadDock1.DockControl(objForm, DockPosition.Right)

 

objForm.Dock = DockStyle.None

hostWindow.AutoScroll =

True

 

RadDock1.AddDocument((hostWindow), DockPosition.Fill)

hostWindow.ScrollControlIntoView(hostWindow)

objForm.Show()

This works fine. 
Now the form opened in the host window has a button, on click of that button again an existing form should open in a new RadDocument Host Window. In the button click event i am creating an object of that form and just calling Obj.Show() which opens the form normally. Can anyone please assist how can i open the second form in Host Window aswell.

Thanks

Nikolay
Telerik team
 answered on 01 Oct 2009
3 answers
225 views

Hello,

 

Having some trouble with the tabcontrol.

 

I want to remember tab visibility and order.  When the user closes the form I save the visible tabitems in a List<string> .

 

When the form gets loaded I would like to restore the tabs.

I can control the visibility of the tabs but I can’t find a way to restore the order.

 

Anybody got a suggestion?

 

Kind regards,

 

Tim van Rooijen

IT Development
Top achievements
Rank 1
 answered on 01 Oct 2009
3 answers
236 views
I just started up an application with a RibbonBar and was suprised that it took about 15 seconds to load.

Are there known load time issues or general suggestions for performance?
Mike
Telerik team
 answered on 01 Oct 2009
1 answer
80 views
How would you get the ContentPanel of the currently selected tab? I've seen one example in the forums where the RadTabStrip control collection is used, but I only need to get the ContentPanel for the currently selected tab.


Martin Vasilev
Telerik team
 answered on 01 Oct 2009
0 answers
94 views
Hello ... Everyone
          I've used RedScheduler but I want to modify AppointmentDialog by Add new custom RadCombobox in it. And then when I click this custom RadCombobox I want to change background color of RadScheduler. I don't known how to change background color from my custom RadCombobox. Can you help me?

Thank you.
Pum


-- I'm sorry If you don't understand this problem because I speck English not well. ----
Waranya
Top achievements
Rank 1
 asked on 01 Oct 2009
9 answers
129 views
I have a problem
I'm running a GridViewlookUpColumn with ID and name.
The lookup displays the name so it's working fine.
BUT, if i click the header it sorts by the ID and not by the name.
How to set that??
Nikolay
Telerik team
 answered on 30 Sep 2009
1 answer
107 views
Hello,

I hope that someone can help me with an issue related to binding a bindable collection class to one of the Winforms Telerik list controls.  

If you bind to a plain ole windows list control like this...

    dim list as new comboBox
    
    with list
        .DataSource=myCollectionClass  'this contains a collection of widgets.
        .ValueMember="WidgetID"
        .DisplayMember="WidgetName"
    end with

I can then get a widget out of the list by doing this...

    Dim myWidget as Widget=ctype(list.Items(0),Widget)

If you do the exact same code with for example a Telerik RadListBox (same example as above)
but change line one to be   

    Dim list as new RadComboBox.  

With RadControls it seems you cannot cast to the Object type directly.  Whenever I try this I get the following error...  

    Unable to cast object of type 'Telerik.WinControls.UI.RadListBoxItem'
    to type 'Widget'.

Can someone at the least confirm that this is a known limitation of Telerik RadControls for Winforms or let me know the proper way to do it.

Thanks.

Seth
Nikolay
Telerik team
 answered on 30 Sep 2009
3 answers
179 views
Hi Telerik Team,
I am just preparing a prototype application for my client using telerik, Came across an issue that is " I am unable to have a dotted border around Rad Label", can you please help me in this regard, I be very thankful.

Regards,
Haroon.
Nick
Telerik team
 answered on 30 Sep 2009
1 answer
122 views
Hello,

I have been able to get most of my required chart layout customizations to work.  The only thing I can't figure out is how to get rid of the left and right margins in the plotted data and the right margin between the right side of the plot area and right side of the chart.  I tried messing with the margins in the plot area > appearance > dimension area but it didn't work.  I would set all the margins to 0 and they would come back.  I would also set autosize to false, but this causes major exceptions in the designer.  I also tried messing with the autosizing in the plot area > appearance > position area but this also causes major exceptions in the designer.  I just want my chart to look normal with the plotted data taking up the full widh of the plot area and no margin to the right.  This should really be the default layout.  Is it possible to achieve this in the RAD charts?  Is this something that is being worked on?

Thanks,

-Brian
Ves
Telerik team
 answered on 30 Sep 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)
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
ProgressBar
CheckedDropDownList
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
Barcode
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Licensing
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
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?