Declined
Last Updated: 17 Feb 2014 17:14 by ADMIN
FIX. RadForm - setting the CancelButton property of the form to a button named exactly CancelButton, will prevent the button click event from firing when Esc is pressed. Changing the name of the button anything else will resolve the case.
Comment: This is the default beavior of the standard button and comes from .NET Framework.
Completed
Last Updated: 13 Feb 2014 13:18 by Svetlin
When you set the FormBorderStyle property to FormBorderStyle.None, the form size defined initially is changed.
Completed
Last Updated: 11 Feb 2014 13:52 by ADMIN
To reproduce:
- Set RadForm.FormBorderStyle to FixedDialog
- Set some Icon to the form 
- Run and the icon is not visible

With the standard form, the icon is visible.

Workaround: use FormBorderStyle = FixedSingle
Completed
Last Updated: 27 Dec 2012 07:03 by ADMIN
1. Create a new project and add a button.
2. On button click show a new RadForm by calling its ShowDialog method from another thread. You should use Invoke.
Completed
Last Updated: 10 Oct 2012 03:21 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: Form
Type: Bug Report
0
1. Create a new project with RadForm and RadGridView.
2. Handle the ScreenTipNeeded event to show screen tips in RadGridView cells.
3. Run the project and note that the first time when showing a screen tip, RadForm changes its size.
Completed
Last Updated: 16 Feb 2012 01:47 by ADMIN
FIX. Pressing Escape does not trigger the Click event of the form's CancelButton.
Completed
Last Updated: 10 Feb 2012 11:50 by ADMIN
FIX. RadRibbonForm - ApplicationButtonElement and QuickAccessToolBar are cut off when Aero if off and the form is maximized
Completed
Last Updated: 20 Jan 2012 11:27 by ADMIN
Steps to reproduce.

1. Add a grid and a button to a form.
2. Set the button as the AcceptButton
3. Add a text column to the grid
4. Run the project, open a cell for edit, hit enter and the button will be clicked closing the form in the process.
Completed
Last Updated: 17 Nov 2011 06:33 by ADMIN
FIX. RadForm - setting the Visibility of the TitleBar to collapsed does not take effect until the form is resized.
Completed
Last Updated: 30 Sep 2011 06:48 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: Form
Type: Feature Request
1
When setting an icon to RadForm, it should be resized automatically.
Completed
Last Updated: 19 Jul 2011 03:57 by Svetlin
If you set the RadForm's title bar to string that contains the ampersand symbol (&), the symbol is replaced with underline symbol.
Completed
Last Updated: 02 Jun 2011 12:02 by ADMIN
If RadForm is an MDI child and it initially appears as Maximized, there is some space left between the bottom border of the child form and the bottom border of the parent form. In order to reprodue the issue, you should also have a RadMenu docked to top that has size bigger than its default size.
Completed
Last Updated: 12 Feb 2010 02:35 by Deyan
RadForm loses its scrollbars when maximized and also throws an exception in rare cases when the user scrolls with the mouse wheel.
5 6 7 8 9 10