Hi!
It seems, whenever the UltraFormattedTextEditor is left, its Value property is set to itsText Property,i.e. meaning itis loosing all new linesm which showed up as <br/> before. the spaces are generated from the before &edsp;statement.
How is it possible to preserve the newlines in this control? TreatValueAs property did not help.
Any ideas are welcome!
cheers
Hi,
lae said:It seems, whenever the UltraFormattedTextEditor is left, its Value property is set to itsText Property
That is certainly not the expected behavior. If that's happening then something is wrong. Are you sure it's not something in your code doing this. I've never heard of this happening before and it works fine for me.