Completed
Last Updated: 14 Jun 2012 06:20 by ADMIN
1. Create a new project with RadCarousel.
2. Add some items.
3. On item click change the current theme.
4. Run the project and click an item.
Completed
Last Updated: 13 Jun 2012 08:43 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: UI Framework
Type: Bug Report
0
1. Create a new project and add RadThemeManager
2. Add several themes located as resources
3. Run the project and only a few of the themes will apply
Completed
Last Updated: 25 Apr 2012 09:41 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: UI Framework
Type: Bug Report
1
FIX. RadGroupBox - memory leak when the group box Dock = Fill and Office2010Black theme is applied
Work around: this.radGroupBox1.Behavior.BitmapRepository.DisableBitmapCache = true;
RadDock:
Add a dock with two tool windows in a UserControl.
In the toolwindows add grid and a tree.
Apply Office2010Black theme to RadDock.
Place the control on a form, dock it and run the app.
Constantly resize the form and observe the memory used.
Work around: radDock1.Behavior.BitmapRepository.DisableBitmapCache = true;
Completed
Last Updated: 23 Apr 2012 13:09 by Jesse Dyck
The settings from the dialog opened by the Print button on the RadPrintPreviewDialog are not taken into consideration.
Completed
Last Updated: 13 Mar 2012 10:08 by ADMIN
FIX. RadRibbonBar - changing the themes between Office2007Silver, Office2007Black and ControlDefault, causes invalid group caption ForeColor
Completed
Last Updated: 29 Feb 2012 07:06 by ADMIN
IMPROVE - FilterPredicate should allow passing a parameter as argument to the predicate method
implemented new generic Find<> and FindNodes<>, support callbacks amd lamba expression:
public TreeViewSelection()
{
InitializeComponent();
treeView.Dock = DockStyle.Fill;
treeView.Parent = this.panel1;
treeView.MultiSelect = true;
treeView.Nodes.Add("1");
treeView.Nodes.Add("2");
treeView.Nodes.Add("2");
treeView.Nodes.Add("2");
treeView.Nodes[0].Nodes.Add("11");
treeView.Nodes[0].Nodes.Add("12");
treeView.Nodes[0].Nodes.Add("13");
RadTreeNode node = this.treeView.Find<string>(FindName, "11");
node = this.treeView.Find<string>((n, x) => n.Name == x, "12");
}
private bool FindName(RadTreeNode node, string name)
{
if (node.Text == name)
{
return true;
}
return false;
}
Completed
Last Updated: 13 Feb 2012 05:13 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: UI Framework
Type: Bug Report
0
1. Create application with MDI
2. Add menu to the container form
3. Add a shortcut and on shortcut click open a new child form
4. Run the project and click the shortcut several times
Completed
Last Updated: 24 Jan 2012 04:29 by ADMIN
ADMIN
Created by: Julian Benkov
Comments: 0
Category: UI Framework
Type: Bug Report
0
The RadElement Click event is fired also when the validation is not complete (valid) in focused control on the Form. The event must be suspended in this situation like RadButton Click event.
Completed
Last Updated: 16 Jan 2012 09:00 by ADMIN
FIX. RadMultiColunmComboBox editable area should look like RadDropDownList editable area
Completed
Last Updated: 13 Dec 2011 09:19 by ADMIN
FIX. TPF - while validating a control, it is possible to click RadTreeView, RadGridView, etc, while it is not possible to click standard controls. Additionally, when the RadTreeView control is clicked, its events are getting fired too.
Completed
Last Updated: 24 Oct 2011 04:41 by ADMIN
FIX. Themes - RadDateTimeEditor have an incorrect gradient color setting.
Completed
Last Updated: 04 Oct 2011 04:34 by ADMIN
FIX. Theme: RadMultiColumnComboBox arrow button theme is different than the other drop down controls (ControlDefault)
Completed
Last Updated: 07 Sep 2011 04:35 by Svetlin
Created by: Svetlin
Comments: 0
Category: UI Framework
Type: Feature Request
20
Implement PivotGrid control for Winforms.
Completed
Last Updated: 11 Aug 2011 08:32 by ADMIN
ADD. BorderPrimitive - add ability to show the border in dashed or dotted style
Completed
Last Updated: 01 Aug 2011 04:25 by ADMIN
FIX. Mnemonics are executed without the control being on focus or ALT key pressed.
Completed
Last Updated: 26 Jul 2011 01:12 by Jesse Dyck
ADMIN
Created by: Stefan
Comments: 4
Category: UI Framework
Type: Feature Request
14
ADD. Spellchecker for RadControls
Completed
Last Updated: 21 Jun 2011 06:47 by ADMIN
Currently the text is not readable when using high contrast theme and the Element hierarchy editor
Completed
Last Updated: 09 Jun 2011 01:15 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: UI Framework
Type: Bug Report
0
FIX. RadShortcut executes even if the control is disabled - RadButton click event still fires when shortcut is executed, no matter that the button is disabled.
Completed
Last Updated: 19 May 2011 06:02 by ADMIN
The issue appears when you change the DPI settings for the PC and try to create an application with RadDock and RadPageView.
Completed
Last Updated: 11 May 2011 03:49 by ADMIN
1. Create a new project and add a RadGridView
2. Add a large number of columns (e.g 400)
3. Apply grouping
4. Run on a citrix environment or a virtual machine