I have a property that represents a General Ledger code, e.g. 123-45-678-9. Is there some way using Data Converter and/or View Descriptor to allow for this formatting to happen whenever a user tries to make an entry in a textbox or grid column data bound to this property?
Ideally I would like to set it up so as the user types the start of the GL code 1234 the textbox would show 123-4 etc.
After entry I would then need to validate the entry did conform to the required format.
I also would like the possibility of optionally popping up an entry form to help them enter the segments of the GL code, e.g. 123 may correspond to a state and 45 may correspond to a department code etc. This could be using a button or double-clicking etc.
Can anyone point me in the right direction to do this?