Telerik Forums
UI for WinForms Forum
1 answer
74 views
Hi,
Your controls are very good and you could make some of them for Mobile Devices - Compact Framework, like Charts, Grids, Trees, Tabs, Buttons, etc.
Good work.
Vassil Petev
Telerik team
 answered on 23 May 2007
3 answers
158 views
Hi, i'm new in your controls. 

I need know how i can add an new tab with code in the radTabStrip.

Thanks
Boyko Markov
Telerik team
 answered on 23 May 2007
1 answer
99 views
Using the SP1 RadStrip control and adding a RadComboBoxElement how do I control the select color in the Text entry?

Thanks.
Georgi
Telerik team
 answered on 23 May 2007
1 answer
311 views
After reviewing your WinControls example application, I would like to try to reproduce some of the functionality that is used if possible.

When viewing individual control examples, i see that you have a "zoom and drop" animation effect on the following buttons: "Load Theme", "Theme Builder", "Control Spy".  Is this possible with your RadButtons today?

In addition, you have another effect on your "Launch Example" effect that slides down and drops into position.

Are these animation effects avaiable today for RadControls... specifically buttons to draw users attention to new buttons?
Mike
Telerik team
 answered on 23 May 2007
3 answers
270 views
Hi,
I need to save/load the structure and dockpanels of my dockingmanager without using savexml and readxml.

I need some code like this:

save panels:
For Each d As DockPanel In DockingManager1.DockingSites(0).ManagedDockables
  comando.Parameters.Clear()
  comando.Parameters.Add(New SqlClient.SqlParameter("@Codigo", i))
  comando.Parameters.Add(New SqlClient.SqlParameter("@CodigoVista", vista))
  comando.Parameters.Add(New SqlClient.SqlParameter("@Indicador", i))
  comando.Parameters.Add(New SqlClient.SqlParameter("@DockPosition", d.DockPosition))
  comando.Parameters.Add(New SqlClient.SqlParameter("@Altura", d.Size.Height))
  comando.Parameters.Add(New SqlClient.SqlParameter("@Largura", d.Size.Width))

  comando.CommandText = "INSERT INTO TbPaineis (Codigo,CodigoVista,Indicador,DockPosition,Altura,Largura) VALUES(@Codigo,@CodigoVista,@Indicador,@DockPosition,@Altura,@Largura)"
  If sqlConn.State <> ConnectionState.Open Then
    sqlConn.Open()
  End If
  comando.ExecuteNonQuery()

  i += 1
Next


load panels:

For Each d As Object In DockingManager1.DockingSites(0).ManagedDockables
  DockingManager1.DockingSites(0).Remove(d)
Next

For Each dr As DataRow In dsVistas.Tables(0).Rows
  Dim dock As New DockPanel
  dock.Tag = dr("Codigo")
  dock.Text = dr("Indicador")
  DockingManager1.SuspendLayout()
  dock.Size = New Size(dr("Largura"), dr("Altura"))
  DockingManager1.ResumeLayout()
  DockingManager1.SetDock(dock, dr("DockPosition"))
Next

I tried this code but the structure loaded is different from the saved one.
What is missing?
Thanks in advance.

Julian Benkov
Telerik team
 answered on 22 May 2007
3 answers
467 views
Hello,

I want to check all the nodes in my treeview. I searched if a method to do it existed but I haven't found anything.
Should I do a recursive loop on my node collection to check all the nodes of my treeview ?

I know it's the first version of the WinForm Treeview but a method to check or uncheck all the nodes could be useful.
There is also some nice methods available in your ASP.NET RadTreeView that should be included in the WinForm version like the GetAllNodes method. It's only an example I haven't listed all the difference.

I'm waiting for your answer and feedback
Best regards

Boyko Markov
Telerik team
 answered on 22 May 2007
3 answers
190 views

Hi ,

The following code throws Invalid Type Cast Exception because, I am not able to convert Decimal data into Date time data.

Please send me any possible way to do this at the earliest.

DateTime et = new DateTime();

DateTime st = new DateTime();

st = Convert.ToDateTime(nstarthrs.Value);

et = Convert.ToDateTime(nendhrs.Value);

Where nstarthrs is a numeric and nendhrs are Updown Conrol holds Decimal values.

By
RSugumar

Peter
Telerik team
 answered on 22 May 2007
3 answers
281 views
Hi

Does your GridView control support flashing/toggle of conditional formatting on a timed basis?

I've managed to set the formatting on the grid before the data is loaded so any new data that gets shown reflects the format specified.

I would like to know if there is any functionality built into the control that might help facilitate this feature.  Otherwise, would simply clearing the conditional formatting and re-applying it as a result of a timer tick suffice or would this be too heavy on processing?

Regards, Carl
Kiril
Telerik team
 answered on 22 May 2007
5 answers
292 views
Hi
Can it be possible to use autocomplete property with suggest or suggestappend when the dropdownstyle is set to dropdownlist,need to have a similar feature as the standard combobox. I had studied the sample provided where in the style is set to dropdown and not dropdownlist.
This is required because we want to ensure that the user selects from available.
Thanks in advance.

Mandar

   
Georgi
Telerik team
 answered on 22 May 2007
2 answers
132 views
I have created a software app with VS2005 and the telerik suite, I have to install this application on one of my clients computers without installing the Telerik Winforms suite on their pc, in a previos post I was told I need to include the assemblies in my application folder, how do I do this. I am not familiar with deployment of prorams at all so I will need some more elaboration.

Thanks
Angel
Telerik team
 answered on 21 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)
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?