I posted this in the editors forum too so apologies for cross posting but not sure which is best forum.
The formatting provided by the ultraformatedtexteditor is incompatible with Rich content of the IText object. Is this by design and if so why? Is there a fix?
The ultraformated text editor has some built in formatting which would save me hours not having to code my own but also not having to override events to stop the built in formatting as it gives incorrect tags for the rich content.
Both sets of documentation say they are compatible, providing the same tags but they dont (not even close). Are the developers out of sync? will there be a hot fix and if so when?
ah wrong assembly. Got it. Thanks!
You are looking in the WinGrid and Win assemblies. You need to look in the specific DocumentExport assembly and then its corresponding namespace (i.e. Infragistics.Win.UltraWinGrid.DocumentExport.Utilities.BuildFormattedText).
-Matt
If tried
Infragistics.Win.UltraWinGrid. ?
Infragistics.Win.Utilities. ?
thanks
Are you sure that you're looking in the DocumentExport assembly and not the Documents assembly?
I dont see a method in Utilites called BuildFormattedText nor do I see it listed in the help file. Am I missing something? Im trying to basically do the same thing. I want to copy rich text from a word document into the editor