WindowForms - the source code(RadControlsVS2010) does not build in Debug40 configuration.
To reproduce: - Apply the VisualStudio2012Light theme to a RadForm (use 2013.3.1016 version of the assemblies). Workaround: - Open the Theme in Visual Style Builder. - Select RadForm in Control Structure window. - Expand up to TitleBar and select it. - Apply the TitleBarBorder from the repository to the TitleBorder element.
ADD. Data (field) form - a wizard which accepts an object and according to its properties data types, creates a form with respADD. Data (field) form - a wizard which accepts an object and according to its properties data types, creates a form with respective controls
The data-entry control is a single control that acts like a complete data-entry form. It manages the design, layout, appearance, and behavior of multiple input components.
radScrollBars - can't spy a button and thumb This is a limitation of the the CodedUI and it cannot records ScrollBar Controls. This is a limitation of the the CodedUI and it cannot records ScrollBar Controls.
A theme with the same look and feel as the standard windows controls. RESOLUTION: Consider and Windows7 and Windows8 themes.
The InitialDelay property of ToolTips does not work Work Around: ToolTip tooltip = new ToolTip(); tooltip.InitialDelay = 1000; tooltip.Hide(this.radListView1); this.tooltip.Show(DateTime.Now.ToString(), this.radListView1);
1. Create a new project and open a form in design mode. 2. Drop some controls. 3. Add RadThemeManager and add some theme. 4. Set the ThemeName property of some control to the newly added theme. 5. Remove the RadThemeManager component. 6. The theme remains applied.
The NavigateBackwards/Forwards buttons in RadSchedulerNavigator should show image instead of text when using Aqua theme.
To reproduce: - Apply the Office2013Light theme to a RadDock with document windows. - Set ShowDocumentCloseButton to true. - You will notice that the close button does not appear.
RadPrintSettingsDialog should supports metrics in cm, not only in inches
would make much more sense natively within the Telerik control(s) that support html-like formatting / framework in a future version (e.g. a .PlainText property or .GetPlainText() property next to the .Text property).
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
1. Create a new form. 2. Add Panel 3. Change its ForeColor and Font properties 4. Drop a RadLabel inside, it will not change its Font and ForeColor properties. Comment: this is not an issue. We changed our behavior in order to achieve consistent look regardless of the position of RadLabel. Now the theme defines the ForeColor and the Font of this control.
To reproduce: Add a form, set its theme to VisualStudio2012Light, start the project he black border is visible. Workaround: Open VisualStyleBuilder -> Navigate to RadForm -> RadFormElement -> TitleBar -> From the elements window select TitleBorder -> from the repositories apply TitleBarBorder
To reproduce: You must use Windows Server 2008. Add a RadTreeView set its theme to Windows8 and drag a node. Exception occurs in rare cases and is hardly reproducible.
To reproduce: - Create new RadDropDownMenu wit some items in it. - Set ShowItemToolTips to true. - Subscribe to ToolTipTextNeeded event. - Notice that despite the event is fired the tooltips are not shown.
If the list of shortcuts contains a null value exception occurs.
To reproduce: - add a grid with some sample rows - apply TelerikMetro theme to the grid - select the rightmost column - you will notice that there is 1px extra space between the grid border and the column Workaround: - Open the TelerikMetro theme in Visual Style Builder. - Expand RadGridView up to GridTableElement. - In the elements window expand TableElement - Set the padding property to 0.
Change the gestures logic so it can be enabled/disabled per-control. see Control1.SupportsGestures property