Telerik Forums
UI for WinForms Forum
5 answers
315 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
1.0K+ 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
162 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
332 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
1.1K+ 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
389 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
272 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
320 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
840 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
3 answers
217 views
HI

 In my Application , a dropdown list having Binding source (master table data),on the dropdown list  selected index
a gridviews data (Detail table data) is populated..
 But same time dropdown list does not work properly (selected item does not changed)......

Please provide me any solution on that situation
....
Thank you

Richard Slade
Top achievements
Rank 2
 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)
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
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
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?