i added an UltraFormattedTextEditor as an EditorControl to an UltraGridColumn, with its TreatValueAs = FormattedText. However, when I launch the application, an exception shows up and says "Object reference not set to an instance of an object" at Infragistics.Win.FormattedLinkLabel.SectionUIElement.get_ShouldDrawBackColor()
what did i miss to cause that?
it works with treatValueAs = Auto, but that doesn't work well for me
thanks
Hi,
What is the type for the column you are attaching the UltraFormattedTextEditor to?
What are some actual values for the column in question?