Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
You're wanting an automated solution for something that will take some engineering. This will have to be done at the BO level or require a change to the textbox control. You can create your own textbox by inheriting the StrataFrame textbox. In the Validating event you could manage this. (I would recommend having a property to determine whether or not to do anything.
|