Don't understand the question. Currency Inplace-Editor is a special masked control, so it has very special deletion logic (e.g. after seperator no characters are "deleted" but set to "0", same with the first character before decimal character). Simply check out the ElCurrencyEditor to learn behaviour.
If you need a special editor class, derive your own inplace editor from TElTreeInplaceEditor, which is fairly simple.
Note: Please make sure to use correct category (ElPack instead of NG Controls).
Comments