Telerik Forums
UI for WinForms Forum
8 answers
198 views
Is it possible to use the RadRepeat button to scroll a RadPanel or any controls that have the standard scrolling functionality:  Grid, ListBox.

I have a touchscreen application and need the scroll bar buttons to be oversized.
Stefan
Telerik team
 answered on 14 Jan 2011
2 answers
128 views
Hi. I am using the 2009.3.1401.35 version of telerik controls and I am trying to add a reminder to the scheduler which appears that it's not supported in this version. Is there any turn around for this issue?

Thank you very much for your help.
Stefan
Telerik team
 answered on 14 Jan 2011
2 answers
230 views
Good morning.
I have found something strange in the behavior of your RadDock control. I create a simple test project: a Windows Form Application with one RadMenu and one RadDock. In the RadDock I add a new ToolWindow to the left, in the RadMenu I add only one MenuItem. Here's the code (Visual Basic Express 2008 in a Windows XP SP3 environment, Telerik RadControls WinForms Q3 2010):
Imports Telerik.WinControls.UI.Docking
  
Public Class Form1
  Private file As String = "a.xml"
  
  Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
    Me.Visible = False
  
    If (System.IO.File.Exists(file)) Then RadDock1.LoadFromXml(file)
    RadDock1.Visible = False
  
    Me.Visible = True
  End Sub
  
  Private Sub Form1_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
    RadDock1.SaveToXml(file)
  End Sub
  
  Private Sub RadMenuItem1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RadMenuItem1.Click
    Static flag As Boolean
    If flag Then
      RadDock1.Visible = False
    Else
      RadDock1.Visible = True
    End If
    flag = Not flag
  End Sub
End Class
Now do the following:
1. Run the project.
2. Clik on the RadMenuItem1.
3. Set the ToolWindow Floating.
4. Close the form.
5. Run the project again: the ToolWindow is visible even if the RadDock control isn't.
How can I hide floating windows on startup? And make them visible again when RadDock1.Visible = True?

Thank you very much
Gianfranco
Richard Slade
Top achievements
Rank 2
 answered on 14 Jan 2011
4 answers
257 views
Hello, this is a quick one: I need to increase space between two RadButtonElement inside a Ribbon group. The screen shot explains more. Is there a possibility?

Secondly, What controls the overall Ribbon's height? can I make it slightly less taller?
Richard Slade
Top achievements
Rank 2
 answered on 14 Jan 2011
2 answers
82 views
When the RightToLeft property is set to Yes the right and left arrows behaves in wrong manner to move from column to another
Stefan
Telerik team
 answered on 14 Jan 2011
2 answers
77 views
We have a form whose size is set to 1024/768 pixels and a panel focused on this form. I saved the settings as desired in me and gave Ceck. When I open the form again defend the size 1040/833. I note that this form has no status bar. How can I fix this problem?
Svett
Telerik team
 answered on 14 Jan 2011
15 answers
257 views
This is probably going to seem pretty easy to some of you but I haven't been able to determine what the cause of this problem is.  If I try to set a RadListDataItem object and add that object to multiple DropDownList controls it doesn't work.  For instance, I have a simple For/Next loop that enumerates a list of COM ports.  Seems to me that I should be able to do a simple loop and add the items as shown below but it doesn't work.  Only one of the DropDownLists gets the data.  I'm sure it has something to do with the way the control is handling the dataitem objects.  I'm hoping someone can explain it to me and give a work around other than creating two For/Next loops (one for each DropDownList).

Thanks!

For i As Integer = 0 To 9
    Dim oItem As New RadListDataItem
    oItem.Text = "COM" & i
    oItem.Value = "COM" & i
    rddReceiveCOM.Items.Add(oItem)
    rddSendCOM.Items.Add(oItem)
    oItem = Nothing
Next
Peter
Telerik team
 answered on 14 Jan 2011
3 answers
135 views
Dear,

What is the best way to change gridview's whole column backcolor (header and all rows of a column) ?

Thanks

Marc
Richard Slade
Top achievements
Rank 2
 answered on 13 Jan 2011
36 answers
496 views
I have a RadGridView bound to a DataTable.  When I add a new rows of data to the DataTable, they parent row in the hierarchy does not display the expand / contract graphic by default.  It does appear after I click on the RadGridView however.  I tried using:
this.radGridView.Invalidate();
to force a redraw but it does not work.

[Update]
Attached is a screenshot.  The top image represents the grid when row is added to datatable, the bottom image represents the grid when the user selects a cell from the grid.
Richard Slade
Top achievements
Rank 2
 answered on 13 Jan 2011
3 answers
160 views
I have some dates in a Rad GridView. I can never get to sort them in the correct order. I clicked on the property builder and set the sort order as Desecending for that particular date column. Is this a problem everyone face or any thing else  needs to be done. How do we add a sort expression for a rad grid in winforms. I am using Q3 SP 2010. Thanks a lot for your help.
Richard Slade
Top achievements
Rank 2
 answered on 13 Jan 2011
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
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
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
AI Coding Assistant
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?