I am converting HTML document to RTF by Telerik.Windows.Documents.Flow.FormatProviders.Rtf.RtfFormatProvider.
Conversion works fine, but When I am binding final RTF document to RadRichTextBox editor (RtfFormatProvider), It gives me following error
Style of type Paragraph can not have linked style of type Paragraph.
System.InvalidOperationException: Style of type Paragraph can not have linked style of type Paragraph. at Telerik.Windows.Documents.Model.Styles.StyleDefinition.CheckIsValidLinkedStyle(StyleDefinition linkedStyle) at Telerik.Windows.Documents.Model.Styles.StyleDefinition.set_LinkedStyle(StyleDefinition value) at Telerik.Windows.Documents.FormatProviders.Rtf.Import.RtfStylesTable.InitializeRelatedStyles() at Telerik.Windows.Documents.FormatProviders.Rtf.Import.RtfStylesTable.ReadTable(RtfGroup group, RtfImportContext context) at Telerik.Windows.Documents.FormatProviders.Rtf.Import.RtfHandlers.RtfGroupHandlers.StylesTableHandler(RtfGroup group, RtfImportContext context) at Telerik.Windows.Documents.FormatProviders.Rtf.Import.RtfDocumentImporter.DoVisitGroup(RtfGroup group) at Telerik.Windows.Documents.FormatProviders.Rtf.Import.RtfElementIteratorBase.VisitElement(RtfElement element, Boolean recursive) at Telerik.Windows.Documents.FormatProviders.Rtf.Import.RtfElementIteratorBase.VisitGroupChildren(RtfGroup group, Boolean recursive) at Telerik.Windows.Documents.FormatProviders.Rtf.Import.RtfDocumentImporter.ImportRoot(RtfGroup rtfGroup) at Telerik.Windows.Documents.FormatProviders.Rtf.Import.RtfDocumentImporter.Import(Stream input, RtfImportSettings settings) at Telerik.Windows.Documents.FormatProviders.Rtf.RtfFormatProvider.Import(Stream input) at Telerik.Windows.Documents.FormatProviders.Rtf.RtfFormatProvider.Import(String input)
For reference I am attaching sample project and html document.
We are facing lot of issue by such conversion. Sample Html document I shared is generated by Telerik Richtext box editor, but same document conversion is not working.
Hello,
Is it possible to sort/filter data only within a specified group?
For example, there are 3 groups, the first one is sorted by the first column, the second group is sorted by the second column and etc.
Hi,
Can we have RadMultiColumnComboBox restrict text input to items in the ItemsSource?
Same functionality as found in a editable RadComboBox with both IsEditable and IsReadOnly set to True.
Hello,
I'm using the RadGridView tool (WPF) and I'm having problems integrating my data sources there.
I am using LINQ to query two tables, something like this:
TableMaster = from tabM in EntitiesObject.TableMaster
select tabM;
TableDetails = from tabD in EntitiesObject.TableDetails
where tabD.Description.Contains(SearchCriteria)
select tabD;
How can I display / bind these two tables in the RadGridView control as MasterDetail?
I am using Telerik UI for WPF R1 2022 SP1 :)
Greetings,
FrankI'm looking to convert all my style in my application to Windows11 style.
However, I have a little probleme with TextBox. As we create a control template for our textbox to add a button, I'm not able to replicate the Windows11 style in my template.
Our textbox looks like this:
Button can be shown or not.
Now, I want a look like this (this is the autocompletebox):
I have a RadDiagram to which I bind a IGraphSource that contains some Items and Links. I'm just following the examples from Telerik documentation for everything, I have a default RadDiagram defined in my XAML and I set up some custom styles for the Shape and Connection.
Even if i make sure the ConnectorPositions are set up to connect to the Right and Left of the shapes, I can not figure out how to have items automatically align horizontally instead of vertically.
Here is how they align by default:
Here is how I want them to (automatically) align - left to right, horizontally:
How can I achieve a horizontal layout like this with dynamic data binding?
Thanks!
Hi, please see images below and let me know if this is something that has been mentioned before.
When we first load our grid none of the columns are shown - see first screenshot (a).
After repopulating the dataset (ObservableCollection) with data, the columns are still all shrunk/collapsed - second image (b).
The blue column size stretcher has to be dragged to the right to reveal all the columns - third image (c).
It looks like it may be due to the container, Grid being set to * Width as we want the grid to fully populate the right of the screen, is there a way round this to have the radgridview work in this manner?
Hello,
I've replicated, at least, this error when using the List view: when file names are too long, they are truncated (with ...) and there is no way to widen the field. This is very annoying when files with similar long names are displayed in the control.
It's also different to how Windows Explorer works.
Regards