Telerik Forums
UI for WinForms Forum
1 answer
167 views
ShapedForm shows some strange behaviors running in Windows Vista 32-bit. When maximized, you can still drag it around. After dragging, when you click the Restore button, the window is *not* resized back to the normal size, and it's moved to new location off the screen. It's weirder when you click Maximize button again. The window doesn't span fully on the screen at all, and part of the window often moves off the screen.

To reproduce this in Vista 32-bit, firstly create new SharpedForm, and then add a RibbonBar control. Run it, drag the window around, click Maximize, grab on the RibbonBar title-bar to drag the window around, click Restore and Maximize again.

Regards,

Jack
Telerik team
 answered on 19 Mar 2008
1 answer
387 views
Hello,

i have a RadTreeView with several nodes being added dynamically. on each node i am assigning the same context menu. in the click event for the items on the menu i need to know which node was right-clicked. how can i determine this?
Jordan
Telerik team
 answered on 19 Mar 2008
1 answer
166 views
I have a form with multiple ComboBoxes, and every time my end user submits the data, I want the ComboBoxes to Rebind to the data and reset to the original settings.

I have tried using "RadComboBox1.Refrest()" but this doesnt seem to help.

They are binding to a DataSet from a DAL.

I have gone as far as to try "Me.Refresh" to refresh the whole form, but this doesnt seem to work either.

Does anyone have any ideas.
Chase Florell
Top achievements
Rank 1
 answered on 19 Mar 2008
7 answers
272 views
Hi,

Is that possible to set the Color Dialog in Office 2007 Black Theme?
Kiril
Telerik team
 answered on 18 Mar 2008
5 answers
472 views
Hi

I don't understand what datatype this column binds to.

I have a collection of objects with a bitmap property, when binding to the grid, nothing is displayed.

What datatype am I suppose to use? Image, Byte() ? I cant seem to find much documentation on this.

Thanks
Julian Benkov
Telerik team
 answered on 18 Mar 2008
4 answers
218 views
Hello,

i have a very weird issue. Everytime when i select an item from the Combobox the SelectedText value only changes at the second time when the SelectedIndexChanged event is fired. So i have to select the itme twice until i get the Value i want to have. Urgent Problem!!
Georgi
Telerik team
 answered on 18 Mar 2008
4 answers
140 views
OK so I am new to both .NET 3.5 and Winforms.  I have experience connecting to a db in the web.config file, but when it comes to the app.config, I am having difficulty.

I am trying to populate the ComboBox with data from a Stored Procedure.

Can anyone point me in the right direction, I think I must be close.

Imports System  
Imports System.Data  
Imports System.Configuration  
Imports System.Data.SqlClient  
Imports System.Data.CommandType  
 
Public Class Form_Donations  
 
    Private Sub Form_Donations_Load(ByVal sender As ObjectByVal e As System.EventArgs) Handles Me.Load  
        Dim Conn As SqlConnection = New SqlConnection(ConnStr)  
        Dim sqlcmd As SqlCommand = New SqlCommand("npoGetHousehold_NameID", Conn)  
        sqlcmd.CommandType = StoredProcedure  
 
        Conn.Open()  
        Dim rs As SqlClient.SqlDataReader  
        rs = sqlcmd.ExecuteReader()  
 
        If rs.HasRows Then 
            Try 
                RadComboBox2.DataSource = rs  
                RadComboBox2.DisplayMember = "Name" 
                RadComboBox2.ValueMember = "ID" 
            Catch ex As Exception  
 
            End Try 
            Conn.Close()  
            Conn.Dispose()  
        End If 
 
    End Sub 
Vassil Petev
Telerik team
 answered on 18 Mar 2008
7 answers
505 views
In rad grid for ASP.NET we can easily export the grid to Excel. Can we do it in winform applications ?

Dimitar Kapitanov
Telerik team
 answered on 18 Mar 2008
1 answer
111 views
Does Telerik have a date for the release of the final build of the Windows Forms Q1 2008 controls?
Kiril
Telerik team
 answered on 17 Mar 2008
3 answers
75 views
Hi. I'm trying to use the Business Cards gallery example but the autoscroll propertie doesn't work. Can you help me?

Thanks
Nikolay
Telerik team
 answered on 17 Mar 2008
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?