Telerik Forums
UI for WinForms Forum
5 answers
358 views
Hi !

I follow the example in your tutorial to export to pdf and is woking nice.
The problem is I have a Date column and I don't know how to format to dd-MMM-yyyy.
And I've seen some columns are overlapping. Is any procedure to define a size of a column?

Regards,
Hans
Richard Slade
Top achievements
Rank 2
 answered on 13 Feb 2011
5 answers
234 views
Hi. I need to get me a context menu on the Calendar through which I plan to process the selected date(s) or use the date(s) in other process. I cant understand how'd I go about using a RadContextMenu
Richard Slade
Top achievements
Rank 2
 answered on 12 Feb 2011
7 answers
966 views
Hi All,

I'm trying to find where the default icon used for indicating an error on a grid.  I was expecting to see the bold red circle icon as displayed in the Telerik TV validating GridView sample, but instead I am seeing a red exclamation point.  The problem with the exclamation point is that it gets obscured by the row indicator. In the attached .jpg, you can see the error icon on both a selected and unselected row, but you can't see it very well on the selected row.  What am I missing here?

 

 

private void RadFormTestGridArrayList_Load(object sender, EventArgs e)
{
    bindingList = new BindingList<MyObject>();
    bindingList.Add(new MyObject(1, "Object one"));
    bindingList.Add(new MyObject(2, "Object two"));
    bindingList.Add(new MyObject(3, "Object three"));
    radGridView1.DataSource = bindingList;
    radGridView1.Rows[0].ErrorText = "This row has an error";
    radGridView1.Rows[1].ErrorText = "This row has an error";
}

 

Richard Slade
Top achievements
Rank 2
 answered on 12 Feb 2011
1 answer
119 views
Hi,

I've been using the RowDetailsGrid from the example project and it all works nicely, but I'd like to be able to close the Details row when clicking on it a second time.  Can you point me in the right direction?
Richard Slade
Top achievements
Rank 2
 answered on 12 Feb 2011
14 answers
228 views
My Ribbon form is slightly cropped on my Windows 7 dev machine. But on a windows XP machine, the borders are beautifully visible. See attached files.
Ivan Petrov
Telerik team
 answered on 11 Feb 2011
2 answers
990 views
Hello,
is there a way to set the dropdown width for a text box with autocomplete programmatically.
In my case I have a narrow TextBox. When there are too many entries for selection a scroll bar overlays the items.
Please see the attached images.
Thank you for any hint.
Regards Roberto
Ivan Todorov
Telerik team
 answered on 11 Feb 2011
3 answers
309 views
I want to be able to drag a node from a tree view and drop it into a grid view right above the row under the mouse. Basically the same way the row re-ordering is done in the grid view (same effect and all) but instead of the same grid view being the source, a tree view would be one. 

Thanks

EB
Svett
Telerik team
 answered on 11 Feb 2011
4 answers
203 views
Hi,

I've got a winform that inherits from "
Inherits Telerik.WinControls.UI.RadRibbonForm"  with a ribboncontrol on it, when designing in studio 2010 it looks great as it should be, but at runtime, the visual representation is weird. Did I forgot something? I've included both screenshots.

I used an existing project to start with.

Kind regards;
Philippe
Peter
Telerik team
 answered on 11 Feb 2011
14 answers
248 views
Hi, why there is no spellchecker control available in Telerik windows forms controls, and there is one available for Telerik ASP.NET controls ?

When will the spell checker control, be supported in Telerik  Windows Forms controls ?

Is there any alternative free spell checker one can use ?

Stefan
Telerik team
 answered on 11 Feb 2011
12 answers
761 views
Hi all,

Please help, when I set message to statusStrip element and do refresh it shows only 3character.
eg.   RSS.Items("StatusMessage").Text = "Calculate Total"
       RSS.Refresh()
then when I run, it shows "Cal..."  , I want it to show all text whatever I set to.
Here is my designer code
'RSS
'
Me.RSS.AutoSize = True
Me.RSS.BackColor = System.Drawing.Color.LightCyan
Me.RSS.Items.AddRange(New Telerik.WinControls.RadItem() {Me.ProcessDateTime, Me.RadToolStripSeparatorItem1, Me.Source, Me.RadToolStripSeparatorItem2, Me.StatusMessage, Me.RadToolStripSeparatorItem3, Me.Count, Me.RadToolStripSeparatorItem4, Me.Version})
Me.RSS.LayoutStyle = Telerik.WinControls.UI.RadStatusBarLayoutStyle.Stack
Me.RSS.Location = New System.Drawing.Point(0, 242)
Me.RSS.Name = "RSS"
Me.RSS.Size = New System.Drawing.Size(736, 33)
Me.RSS.SizingGrip = False
Me.RSS.TabIndex = 0
Me.RSS.Text = "RadStatusStrip1"
Me.RSS.ThemeName = "Aqua"
Me.RSS.UseWaitCursor = True
'
'ProcessDateTime
'
Me.ProcessDateTime.AutoSize = False
Me.ProcessDateTime.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren
Me.ProcessDateTime.Bounds = New System.Drawing.Rectangle(0, 0, 100, 22)
Me.ProcessDateTime.Margin = New System.Windows.Forms.Padding(1)
Me.ProcessDateTime.Name = "ProcessDateTime"
Me.RSS.SetSpring(Me.ProcessDateTime, False)
Me.ProcessDateTime.Text = "time"
Me.ProcessDateTime.TextWrap = True
'
'RadToolStripSeparatorItem1
'
Me.RadToolStripSeparatorItem1.Margin = New System.Windows.Forms.Padding(1)
Me.RadToolStripSeparatorItem1.Name = "RadToolStripSeparatorItem1"
Me.RSS.SetSpring(Me.RadToolStripSeparatorItem1, False)
Me.RadToolStripSeparatorItem1.Text = "RadToolStripSeparatorItem1"
'
'Source
'
Me.Source.AutoSize = False
Me.Source.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren
Me.Source.Bounds = New System.Drawing.Rectangle(0, 0, 69, 20)
Me.Source.Margin = New System.Windows.Forms.Padding(1)
Me.Source.Name = "Source"
Me.RSS.SetSpring(Me.Source, False)
Me.Source.Text = "source"
Me.Source.TextWrap = True
'
'RadToolStripSeparatorItem2
'
'
'StatusMessage
'
Me.StatusMessage.AutoSize = False
Me.StatusMessage.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren
Me.StatusMessage.Bounds = New System.Drawing.Rectangle(0, 0, 384, 20)
Me.StatusMessage.Margin = New System.Windows.Forms.Padding(1)
Me.StatusMessage.Name = "StatusMessage"
Me.RSS.SetSpring(Me.StatusMessage, False)
Me.StatusMessage.Text = "status"
Me.StatusMessage.TextWrap = True
'
'RadToolStripSeparatorItem3
'
'
'Count
'
Me.Count.AutoSize = False
Me.Count.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren
Me.Count.Bounds = New System.Drawing.Rectangle(0, 0, 80, 27)
Me.Count.Margin = New System.Windows.Forms.Padding(1)
Me.Count.Name = "Count"
Me.RSS.SetSpring(Me.Count, False)
Me.Count.Text = "count"
Me.Count.TextWrap = True
'
'RadToolStripSeparatorItem4
'
'
'Version
'
Me.Version.AutoSize = False
Me.Version.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren
Me.Version.Bounds = New System.Drawing.Rectangle(0, 0, 79, 20)
Me.Version.Margin = New System.Windows.Forms.Padding(1)
Me.Version.Name = "Version"
Me.RSS.SetSpring(Me.Version, False)
Me.Version.Text = "version"
Me.Version.TextWrap = True

Thanks and best regards
Peter
Telerik team
 answered on 11 Feb 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
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
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
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?