i have trouble with a MicroFour.StrataFrame.UI.Windows.Forms.Textbox. The Textbox is bound to a float field and has the BindingFormat P.
I can edit the field only if i delete the "%" symbol and enter the value (0.1 for 10.00%). Just changing an existing value say from 10.00% to 11.00% doesnt work, i cant leave the textbox then. I have to delete the text in the textbox and enter 0.11.
How can i get the textbox to accept percentvalues like "10.00%"?
Thanks for your help