I' making a custom inplace editor for a dbGridEH
descendant which will show instead of the regular inplace editor. The inplace editor is larger in size than a cell. If it shows over the last cell in a row its right part gets clipped.
I'd like to prevent parts of the inplace editor from being сlipped, so it will be fully painted even beyond parent / form boundaries, the way popup menus do.
how do I do that?