Hi there,
We have recently found a bug on both the RadDocument and Rad Rich Text Editor. Created a RTF document via the RadRichText Editor. The RTF document contains a table. When the document is saved and loaded from the same form, it is displaying correctly, however when loaded from a different form, it seems to have shrunk and lost the column width, thus having long and skinny columns.
We have set the fixed column width on the table, however this did not seem to solve the issue.
I have attached two screenshots for reference. One with the correct looking table, and one with the long and skinny columns.
Is there a workaround, or is this a known bug?
Correct table:
Long and skinny columns:
Currently on Telerik Winforms version 2018.3.1016.40
Kind regards,
Paul
Dear,
I wonder if it is possible to consult the release history by product & control & version, next to the (already existing) release history by product & version & control?
This feature has benifits:
This request can be applied for all your products.
Kind regards,
Peter
UI for WinForms - Latest version.
RadRibbonBarBackstageView - Edit UI Elements
RootRadElement.BackstageViewElement.BackstageItemsPanelElement.BackgroundImage
Click the … button and select your image.
To REMOVE this image you SHOULD be able to do the following:
click on the property BackgroundImage which should highlight the image-string completely.
click delete.
done.
What you HAVE to do is this:
click on the property BackgroundImage.
click delete.
BEFORE YOU LEAVE THIS PROPERTY you have to click the … box
Once the box opens you have to click "Cancel"
Right below this property is BackgroundImageLayout - set to "Center"
There's a dropdown arrow presumably to allow you to change the layout but nothing happens when you click it.
*Missing Property?*
Whatever image you place in this control it gets stretched and there doesn't appear to be any way to avoid this:
place an image.
run the winforms ap.
set the main form in normal mode (not maximized) and resize the height.
Your image will stretch, shrink...this is not a UI property that should be presumed. We should be able to set None, Tile, Center, Stretch or Zoom.
Still *LOVE* your products :)
Kindest regards,
Curtis Smith
Hi Support team,
Please find new link:
https://drive.google.com/drive/folders/1TF4VG7vrJF6cQykWvvW63zKxdMLYHMwE?usp=sharing
Submitted on customer behalf:
We are currently using version 2017.3.1017.40 and noticed an issue with the display of the RadSplitButtonElement in combination with the theme Office2010Blue.
When we disable the RadSplitButtonElement, or more precisely the ActionButtonElement in the DropDownEditorLayoutPanel, it does not display as disabled in the Office2010Blue theme.
In other themes (e.g. Office2010Silver) it does show as disabled.
When trying the latest version (2020.2.616.40) we still get this behaviour, see example below:
It appears similar to the issue mentioned in https://feedback.telerik.com/winforms/1370576-fix-radcommandbar-some-of-the-elements-in-the-control-are-not-rendered-as-disabled-with-office2010blue-and-office2010black-themes
Hi,
I am trialing version 2020.2.504.40 from 2017.1.221.40 and have found an issue converting my current project. Before upgrading I need to get this resolved if you could help please?
If you:
I have a monitor of 1920x1080. When the form is resized it shows a size of 1934x1094. I have tried setting Me.AllowTheming=False (no avail) and also tried in form Properties > FormBehaviour > AllowTheming=False (but to no avail).
The form size works as expected in 2017.1.221.40.
Kind regards,
Matt
Hello,
Just in case you weren't aware of it, there is some code in RadTextBoxControlElement with what seems like an obvious typo, openting instead of opening.
This is from its API page:
protected bool OnContextMenuOpenting(RadContextMenu menu)
...
OnContextMenuOpenting(TreeBoxContextMenuOpeningEventArgs)
...
Raises the ContextMenuOpenting event.
...
protected virtual void OnContextMenuOpenting(TreeBoxContextMenuOpeningEventArgs e)
Regards
To reproduce:
1. Add an image column and set wider columns than the images.
2. Group the grid(note that by default the image alignment is center).
3. Export using GridViewSpreadExport
4. The images in the exported file are not centered in the cells.
Note that the issue is not reproducible when there are not groups in the grid.
See attached screenshot. The popup calendar looks wrong when running on a display with 250% scaling. Surely, that's not correct. The calendar should not be so large and the fonts so small. Am I missing something? I have done all the other steps to enable High DPI support, and as you can see, the textbox area seems to scale fine.
Any ideas?
David
How to reproduce: Make sure that the StartDate of the current view is not the first day of the week. Change the view to timeline and set the time scale to be Weeks:
this.radScheduler1.ActiveViewType = SchedulerViewType.Timeline;
SchedulerTimelineView view = this.radScheduler1.GetTimelineView();
view.ShowTimescale(Timescales.Weeks);
When you are using interactive forms in RadPdfViewer,
https://docs.telerik.com/devtools/winforms/controls/pdfviewer/features/interactive-forms , the editor's font is too big on >100% DPI scaling:
100% looks OK:
When importing a document containing Outlines (Bookmarks) containing Actions with an empty dictionary:
<</Title(Bookmarks)/Parent .../First .../Last .../Prev .../A<<>>/Count ...>
leads to an exception thrown: System.MissingMethodException: 'Cannot create an abstract class.'
After we just upgraded to 2021 SP, we are now getting several System.ArgumentExceptions when executing the following call to LoadPackageResource:
Assembly assembly = Assembly.LoadFrom("STEAM.Common.dll");
ThemeResolutionService.LoadPackageResource(assembly, "STEAM.Common.SpotlightOffice2013Light.tssp");
The errors are:
Exception thrown: 'System.ArgumentException' in Telerik.WinControls.dll
Type not found: Telerik.WinControls.UI.Docking.DockingGuidesElement. Please make sure you have reference to an assembly which contains type: Telerik.WinControls.UI.Docking.DockingGuidesElement
Exception thrown: 'System.ArgumentException' in Telerik.WinControls.dll
Type not found: Telerik.WinControls.UI.GridTableElement. Please make sure you have reference to an assembly which contains type: Telerik.WinControls.UI.GridTableElement
Exception thrown: 'System.ArgumentException' in Telerik.WinControls.dll
Type not found: Telerik.WinControls.UI.GridSearchCellElement. Please make sure you have reference to an assembly which contains type: Telerik.WinControls.UI.GridSearchCellElement
Exception thrown: 'System.ArgumentException' in Telerik.WinControls.dll
Type not found: Telerik.WinControls.UI.RadPivotGridElement. Please make sure you have reference to an assembly which contains type: Telerik.WinControls.UI.RadPivotGridElement
Exception thrown: 'System.ArgumentException' in Telerik.WinControls.dll
Type not found: Telerik.WinControls.UI.SchedulerMonthViewElement. Please make sure you have reference to an assembly which contains type: Telerik.WinControls.UI.SchedulerMonthViewElement
Exception thrown: 'System.ArgumentException' in Telerik.WinControls.dll
Type not found: Telerik.WinControls.UI.RadSpreadsheetElement. Please make sure you have reference to an assembly which contains type: Telerik.WinControls.UI.RadSpreadsheetElement
Exception thrown: 'System.ArgumentException' in Telerik.WinControls.dll
Type not found: Telerik.WinControls.UI.RadSpreadsheetElement. Please make sure you have reference to an assembly which contains type: Telerik.WinControls.UI.RadSpreadsheetElement
Exception thrown: 'System.ArgumentException' in Telerik.WinControls.dll
Type not found: Telerik.WinControls.UI.VirtualGridTableElement. Please make sure you have reference to an assembly which contains type: Telerik.WinControls.UI.VirtualGridTableElement
It used to default to the control default and now it defaults to a theme.
It seems to also not recognize controls I add to the forms until I do a build. I shouldn't have to add that step before I select debug.
Acting very, very strangely.
Hello, I encountered a bug with PropertyGrid when an object property is null.
But it only happens when the object has a simple property, a simple list, and a complex list with a custom control.
I'm attaching a sample project.
To reproduce this bug, run the project and hit the sort button or enter any search strings.