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.
1. Create a new project and add a RadLabel. 2. When handling the Form.Load event set its Enabled state first to false and then to true. 3. Run the project and you will see that the label is still disabled.
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
Syntax highlighting editor that supports C# and intelisense
It will be nice if our WinForms suite provides a touch keyboard (useful in the case of tablets and kiosks). It will be also good of the keyboard is attached an shown automatically when an editor control gets focus.
Allow drag and drop among the data controls such as RadGridView, RadTreeView, RadListView, RadListControl
Html-like rendering should support base-64 encoded images
Currently RadGridView does not indicate via narrator when navigating in child rows.
DECLINED: not an issue. Steps to reproduce: 1. Create a UserControl, drag a RadControl and set its Anchor to Left, Top, Right, Bottom 2. Drop a RadPageView on the main form and create a RadPageViewPage. 3. Place the newly created UserControl on the page and set its Dock to Fill The Control located in the UserControl will exceed the visible page area
Should be able to generate industry-standard barcode formats.
Vertical orientation of HTML-like formatted text is not supported and as a result, the TabStripItems in RadDock cannot have HTML text when: RadDock.DocumentTabsTextOrientation = TabStripTextOrientation.Vertical;
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;
Applying a custom theme with font that is not installed on the client machine causes the theming mechanism to use Microsoft Sans Serif by default. It will be great to allow setting a different default font.
FIX. RadBreadCrumb's ThemeName drop down does not display TelerikMetroTheme, when the latter is added to the form. However, if you type in the theme name, it is correctly applied. Note: the same problem is noticed for VisualStudio2012Dark theme as well. Workaround: set the theme at run time by using the ThemeName property.
Currently, only the GDI+ primitives can be blended. Some of the theme however, contain images instead of GDI+ primitives. It will be nice if images can also be blended according to user defined color.
Provide read-only built-in functionality through a single ReadOnly property that disables editing of all editors, i.e. RadCheckBox, RadRadioButton, RadDropDownList, RadDateTimePicker. Added: RadCalculatorDropDown, RadCheckBox, RadRadioButton, RadDropDownList Already supported by: RadDateTimePicker, RadMaskedEditBox, RadTextBoxControl, RadBrowseEditor, RadPropertyGrid, RadCalendar, RadColorBox, RadTimePicker, RadSpinEditor, RadTextBox
Windows should read MessageBox Title, MessageBox Text and Highlighted Button
This control will manage the size and presentation of its child controls depending on the resolution of the screen and the width/height of the used monitor at the end user.
FIX. MSAA - TestManager cannot find RadDateTimePicker
IMPROVE. Expose FocusPrimitive in VSB