I have read many posts on how to do the percents and I have yet to figure out how to get it to work correctly.
Our percents must be entered as 33.33. Two decimal places are required. I have set the MaxValue to 100.00 and MinValue to 0.01. My FormatString is (P2). My InputMask appears to be the issue. I have it set to ###.00. No matter what value I enter it will not accept it. It also will not accept my decimal places. Any suggestions on what I am doing wrong would be appreciated.
Hi,
I just wanted to know if you was able to set your mask correctly or you still need help? Just let me know. Thank you.
Sincerely,DimiDeveloper Support Engineer,MCPD Infragistics, Inc.
Yes that worked for editing. Thank you. My only other question is how to keep the % sign. After entry the control does not appear to be displaying it in the correct format string in this case the format is "P". Before entry it is displaying the value correctly.
Hello , You can just try to add the % sign at the end and set the InputMask to {LOC}nnn.nn %I hope this helps. Sincerely,DimiDeveloper Support EngineerInfragistics, Inc.