I have created my own editor as a subclass of EditorWithTextAndDropDownBase and I want to be able to underline the text on the cell using the wavy underline style (similar to the spell checker). I am able to do this with custom painting on regular textboxes (by overriding WndProc), but haven't figured out a way to do it in cells...Any ideas will be appreciated.
I am using 6.2 Clr 2.
Custom painting in the grid (and almost any of the Infragistics WinForm control) is handled by a DrawFilter. For more information and sample DrawFilters, I recommend checking out the Infragistics Knowledge Base. Do a search on DrawFilter and you will find lots of articles abd samples.