Telerik Forums
UI for WinForms Forum
7 answers
404 views
Hi,

I follow this code: http://www.telerik.com/support/kb/winforms/combobox/implementing-checkbox-items-in-radcombobox.aspx

and i could fill the combo well.

But now i cant know if one item is checked or not..
This line gives me the content of the item: MItem= RadComboBox1.Items(i).Text
but i cant know if its check or not. How can i know that?

Best regards
Ricardo Antunes
Nikolay
Telerik team
 answered on 01 Apr 2010
3 answers
137 views
we want to use web form scheduler for adding recurring appointment and save it in a database  and

We want a winform application to use scheduler to retrieve the same database  and use the data .

We tried it and found that the recurring appointments are saved in different manner  in winform and webform in the table .

is ther a way to make both controls save the data in the same manner . So that both asp.net  application and windows winform application can use the same data ?

Dobry Zranchev
Telerik team
 answered on 31 Mar 2010
4 answers
182 views
Hi - I am having a strange problem when using hostedcontrols with radtreeview.  Replicate by dragging a new radtreeview onto a vb.net form.  Set AllowArbitraryItemHeight to true, and then add code to add some nodes with some hostedcontrols containing radpanels.  When I run the app, a radpanel appears incorrectly at the very upper left of the treeview.  Then I scroll to the bottom, and back up to the top, and the mystery panel disappears.  Also, when I expand / collapse nodes, it all seems to go a bit haywire.  Using 2010.1.10.308 and VS2008 / VB.NET. Any ideas?  Thanks!

Here is code to replicate the problem:

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

Dim viewParentNode(3) As Telerik.WinControls.UI.RadTreeNode
viewParentNode(1) = New Telerik.WinControls.UI.RadTreeNode("Level1")
viewParentNode(2) = New Telerik.WinControls.UI.RadTreeNode("Level2")
viewParentNode(3) = New Telerik.WinControls.UI.RadTreeNode("Level3")

Dim viewChildNode(5) As Telerik.WinControls.UI.RadTreeNode
viewChildNode(1) = New Telerik.WinControls.UI.RadTreeNode("sub 1")
viewChildNode(2) = New Telerik.WinControls.UI.RadTreeNode("sub 2")
viewChildNode(3) = New Telerik.WinControls.UI.RadTreeNode("sub 3")
viewChildNode(4) = New Telerik.WinControls.UI.RadTreeNode("sub 4")
viewChildNode(5) = New Telerik.WinControls.UI.RadTreeNode("sub 5")

Dim thumbnailPanel(5) As Telerik.WinControls.UI.RadPanel
Dim viewImageNode(5) As Telerik.WinControls.UI.RadTreeNode
For i = 1 To 5
thumbnailPanel(i) = New Telerik.WinControls.UI.RadPanel
thumbnailPanel(i).Height = 61
thumbnailPanel(i).Width = 100
viewImageNode(i) = New Telerik.WinControls.UI.RadTreeNode
viewImageNode(i).HostedControl = thumbnailPanel(i)
viewImageNode(i).ItemHeight = "75"
viewImageNode(i).Expanded = True
viewChildNode(i).Nodes.Add(viewImageNode(i))
Next

viewParentNode(1).Nodes.Add(viewChildNode(1))
viewParentNode(1).Nodes.Add(viewChildNode(2))
viewParentNode(2).Nodes.Add(viewChildNode(3))
viewParentNode(2).Nodes.Add(viewChildNode(4))
viewParentNode(3).Nodes.Add(viewChildNode(5))

For i = 1 To 3
RadTreeView1.Nodes.Add(viewParentNode(i))
Next

RadTreeView1.ExpandAll()
RadTreeView1.Refresh()

End Sub




Victor
Telerik team
 answered on 31 Mar 2010
1 answer
552 views
Simply, I need to make a toolstrip with large imagebuttons, for example 30x30, and I need to have more space between buttons.

How to do it? Thank you.

Stefano.

Martin Vasilev
Telerik team
 answered on 31 Mar 2010
1 answer
250 views
When first opening a form with a new type of RadControl on it (like a RadGrid or a RadDock), the form takes several seconds to load (about 4 seconds on my AMD Phenom II X2 550). Subsequent forms with the same controls open nearly instantly (I have a MDI application). I understand that there might be some one-time initialization going on, but 4 seconds on a fairly decent modern CPU is a bit annoying. I'm worried about my clients who might not have the latest hardware (to put it mildly). Is there anything that can be done to speed up this process?
Nikolay
Telerik team
 answered on 31 Mar 2010
1 answer
127 views
Hi there,

I'm not sure if this is a dock issue, or a theming issue, but when using the Office2007Black theme - the un-selected document tabs are almost invisible (black on dark grey)

Is there a way to amend this (I'm not that experienced with themes)

Screen shot attached...
Nikolay
Telerik team
 answered on 31 Mar 2010
1 answer
130 views
radpanelbar shows a context menu with "show few buttons".  Pick this, and it hides panels, and places buttons for the hidden panel down at the bottom of the panel bar.  The buttons have the default telerik logo.  I can't find how to change this to my own icons, and can't find any documentation regarding this feature at all.  Any ideas? 

Thx!
Martin Vasilev
Telerik team
 answered on 31 Mar 2010
1 answer
109 views
I have a toolstrip at top of my window with a number of different toolstrip items. Currently, the toolbar is set to one row. Depending upon the users application security, I hide/show the applicable toolstripitems.

Since I have a large monitor and the application is set to show full screen, all my visible toolbar items fit on the one row. But since my users have smaller monitors (or resize the window), the toolstripitems get visibly cutoff (overflowbutton = false).

Is there a way that I can prevent these toolbaritem from being cutoff but instead wrap to a new row?
Martin Vasilev
Telerik team
 answered on 31 Mar 2010
3 answers
416 views
Hi.

How can I detect the paste drop down event? I need to message the user when the pasting text does not fit the filtering mask. I tried with 0x0302 in WndProc but without success.

- jorge
Svett
Telerik team
 answered on 31 Mar 2010
1 answer
96 views
Hi,
        I have a lookup column on the grid which is bound by a linq datasource. The dropdownstyle is set to dropdown so that I can edit the field. I can now enter my own values that may or may not be in the dropdown datasource, but when the column looses focus, the old value shows up.
  What I want is the lookupcolumn to have some predifined items that are used only as a guidence and then the user can choose one of the items or enter a new one...


Thanks
Deepak
Nikolay
Telerik team
 answered on 31 Mar 2010
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?