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.
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.
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.
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.
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.
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
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)
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.