Telerik Forums
UI for WinForms Forum
1 answer
86 views
Treeview will not show the drag indicator dotted lines when using the Visual Studio 2012 Light theme.  This makes it hard to tell exactly where a TreeNode will be dropped.
Peter
Telerik team
 answered on 18 Apr 2013
2 answers
151 views
Hi,

Format: Custom,
CustomFormat: HH:mm
ShowUpDown: True 

In version 2013.1.321.40 when when I set these settings control becomes disabled in designer.








konrad
Top achievements
Rank 1
 answered on 18 Apr 2013
1 answer
248 views
Hello guys,

in my GridView i have a ComboBoxColumn. Is it possible to fire an event when someone clicks on the DropDownArrow ? In addititon the DropDownList should not open because i want to open a new form to select values.

thanks in advance

Markus
Stefan
Telerik team
 answered on 18 Apr 2013
0 answers
121 views
Hi guys,
            i am using textbox with multiline propery and i set accept return property to true. if i press cntrl + a all text in textbox is not selected. please give solution for this.
Mohan
Top achievements
Rank 1
 asked on 17 Apr 2013
3 answers
155 views
I think I have found a bug with the Windows8 theme.  I put a RadDropDownList on my form and set the size to 400,20.  When I run the form the size looks to be reduced to about half the width.  

As a further test, I docked the DropDown to the bottom of a groupBox and you can now see that the border is being resized, you can see the control background itself is fully docked.  Note the Default theme draws the border correctly.

It also seems to truncate longer entries.


Anton
Telerik team
 answered on 17 Apr 2013
1 answer
57 views

Hi, Im working in visuals Studio 2010.
programming in C#

There is a form that i need it to be with a high of 2000 but it doesn't let me make it bigger than 832
the Maximum size property is set to 0
and Autosize = false


In other computer it let me make it of the high i want, but then when I come back to my computer and open it in designer it make the form shorter and cant see the buttons in it.

why?
how to fix it?

thanks
iair

PS: telerik version: 2013.1.220.40
Peter
Telerik team
 answered on 17 Apr 2013
1 answer
125 views
Hi
I used from multicolumncombobox with custom filtering.I don't want to be different 'A' and 'a'.
I used this code but not fix this problem.
MultiCol.editorcontrol.casesensitive=false;
Or
MultiCol.editorcontrol .mastertemplate.casesensitive=false;
how can i fix this problem?
Thank you
Peter
Telerik team
 answered on 17 Apr 2013
1 answer
113 views
Hi,

i'm currently evaluating the Rich Textbox Control and i found some minor bug in it. If you add a hyper link at the beginning of the document and then try to delete it in the editor, an exception is thrown. 

This is how I add the hyper link:
HyperlinkInfo lHyperlinkInfo = new HyperlinkInfo();
lHyperlinkInfo.NavigateUri = "mailto://test@test.de";
radRichTextBox1.InsertHyperlink(lHyperlinkInfo, "Test");

After deleting the hyper link in the editor, the following exception appears:
System.NullReferenceException: FromElement must not be null.
bei Telerik.WinControls.RichTextBox.Model.DocumentElement.CopyPropertiesFrom(DocumentElement fromElement)
bei Telerik.WinControls.RichTextBox.DocumentView.GetCurrentParagraphStyle()
bei Telerik.WinControls.RichTextBox.DocumentView.UpdateCurrentStyles()
bei Telerik.WinControls.RichTextBox.DocumentView.document_DocumentArranged(Object sender, EventArgs e)
bei Telerik.WinControls.RichTextBox.Model.RadDocument.OnDocumentArranged()
bei Telerik.WinControls.RichTextBox.Layout.DocumentLayoutBox.ArrangeOverride(SizeF finalSize)
bei Telerik.WinControls.RichTextBox.Layout.LayoutElement.ArrangeCore(RectangleF finalRect)
bei Telerik.WinControls.RichTextBox.Layout.LayoutElement.Arrange(RectangleF finalRect)
bei Telerik.WinControls.RichTextBox.Layout.ContextLayoutManager.UpdateLayout()
bei Telerik.WinControls.RichTextBox.DocumentPosition.CallOnPositionChanging()
bei Telerik.WinControls.RichTextBox.DocumentPosition.MoveToPreviousInline()
bei Telerik.WinControls.RichTextBox.DocumentPosition.GetPreviousInlineBox()
bei Telerik.WinControls.RichTextBox.Model.RadDocument.IsValidPosition(DocumentPosition p)
bei Telerik.WinControls.RichTextBox.Model.RadDocument.EnsureValidPositionCallback(DocumentPosition p, Func`1 IsMoveForward)
bei Telerik.WinControls.RichTextBox.DocumentPosition.ResumePositionValidation()
bei Telerik.WinControls.RichTextBox.Model.RadDocument.ExecuteCommand(CommandBase command, DocumentCommandContext context)
bei Telerik.WinControls.RichTextBox.DocumentView.Delete(Boolean deletePrevious)
bei Telerik.WinControls.RichTextBox.UI.InputBehavior.ProcessBackKey(KeyEventArgs e)
bei Telerik.WinControls.RichTextBox.UI.InputBehavior.ProcessKeyDown(KeyEventArgs e)
bei Telerik.WinControls.RichTextBox.RadRichTextBox.OnKeyDown(KeyEventArgs e)
bei System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
bei System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
bei System.Windows.Forms.Control.WmKeyChar(Message& m)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.ScrollableControl.WndProc(Message& m)
bei Telerik.WinControls.RadControl.WndProc(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Best regards
Martin
Svett
Telerik team
 answered on 17 Apr 2013
2 answers
1.1K+ views
Hi

I have ListView  with data and i need text value of selectedItem , when i use this code :

this.label1.Text = this.lstUser.SelectedItem.Text.ToString().Trim();

it returns:  "System.Data.DataRowView"

I also used this code :

this.txtUserPass1.Text = this.lstUser.Items[lstUser.SelectedIndex].Value.ToString().Trim();

when i use data set control its fine and it returns Correct value (for example UserName)!

What have I done wrong?
Stefan
Telerik team
 answered on 17 Apr 2013
1 answer
75 views
Hi,

I have a selection of tabs, if i have more than the form size allows i have to use the mouse key arrows to move across to them. Is there a way to add  left and right arrows that can be clicked to move the tabs. like a button or something similar? like the image in the attached file.

Many thanks

Steve
Stefan
Telerik team
 answered on 17 Apr 2013
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
Barcode
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Licensing
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
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?