Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
180
Masked Input and Objects
posted

I've got a TimeSpan property that I want to edit in an UltraGridCell. I've got the EditorDataFilter code so that it works in a kind of "natural language" manner (e.g., 1d 3h 2m for 1 day, 3 hours, and 2 minutes). That part works great. What doesn't work is that I've specified a mask that requires the user to enter the text into the cell in that format, but the mask isn't doing anything at all. I have other scenarios with both Framework types and custom types that I need this kind of support for. What should I do?