In the VSB set the CommandBarTextBoxElement MinSize property to a value greater than 299 and when you close the Elements property grid you will get an unhadled exception.
IMPROVE. RadShortcut - having displayed two forms both using the same shortcut for some action, the shortcut is applied to the first opened form instead to the one on focus.
CAB Enabling Kit - there is no way to show again smartpart that is already closed into RadDockWorkSpace. Workaround: protected override void OnDockWindowClosing(DockWindowCancelEventArgs e) { if (!notifications[Suspend_Close] && e.NewWindow.Controls.Count > 0) { this.composer.SetActiveSmartPart(null); WorkspaceCancelEventArgs args = new WorkspaceCancelEventArgs(e.NewWindow.Controls[0]); OnSmartPartClosing(args); e.Cancel = args.Cancel; e.NewWindow.CloseAction = DockWindowCloseAction.Hide; } base.OnDockWindowClosing(e); } protected virtual void OnActivate(Control smartPart) { notifications[Suspend_Activated] = true; DockWindow dockWindow = GetSmartPart(smartPart); if (dockWindow != null && this.ActiveWindow != dockWindow) { dockWindow.Show(); this.ActivateWindow(dockWindow); } notifications[Suspend_Activated] = false; }
Image into LightVisualElement is not thread safe and this may leads to exceptions if you access it from several threads. Steps to reproduce: 1.Create form that use theme with images. 2.Open this form several times. 3. Move mouse fast over them until exception occur.
Add the ability to add custom items to the RadPropertyGrid items collection.
Application button is overlapping the first tab when the theme is "Office2007Black".
FIX.Radbutton -throws exception In design time when add image in ICO format c
1. Create a project with RadTextBox 2. Compile the project. 3. Highlight an existing multiline RadTextBox 4. Double Click multiline property (sets to false and control reduces to 1 line correctly) 5. Double Click multiline property again (control correctly returned to previous multiline size) 6. Compile - Fails with above error
Use the attached application and open its form at design time. Try to change something and to save the changes. Exception will occur.
The LabelFormat property of the RadChartView axes does not take effect
1. Create a new project with RadChartView. 2. Add some data in the chart. 3. Add the following code: new Telerik.WinControls.Themes.DesertTheme(); ThemeResolutionService.ApplicationThemeName = "Desert"; 4. Run the project.
Alow reordering and drag-and-drop of column's group in ColumnGroupsViewDefinition.
Themes are applied partially to RadSpellChecker's forms.
If you use HTML-like text formatting and put text in <u></u> tag the spaces between words would not be underlined.
Exception is thrown, when best fit columns is performed over a column with equal MaxWidth and MinWidth property values.
If you create a new theme from scratch it will be missing the style sheet relations needed to see the theme runtime.
Project Update Utility throws unhandled exception when you try to upgrade project which files are not checked-out from source control.
1. Bind the grid to something with more than one level hierarchy 2. Remove some child column in property builder 3. Close and open VS2008 4. In the property builder the same column that was removed, appears with the check box checked (and it shouldn't be). But when the application starts the column does not appear in the grid(which is right). 5. Open property builder again, and remove another column 6. Start the application again, the column that we have just removed is gone, as it should, but the first column appears. Same scenario appears when using the designer.
As a <role> I want <ability> so that <benefit>.
Implement VSB Wireframes, design, UX