Create a text box that shows feet and inches in edit mode. It could even show feet and inches in non-edit mode...but when it goes back to the database it needs to be in total inches. I was wondering if there was a simple way to do this with masks and stuff like that on a text box.
You can do this with the IEditorDataFilter interface; I did something similar with decimal values <-> fractional values; I attached the sample for reference.
thanks, that was very helpful...but now i need a MaskInput property of #'##"...but UltraTextEditor doesn't have one. Am I supposed to use a different control?
nevermind, UltraMaskedEdit
sure was hard to find the answer though