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.
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.
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.
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.
Hello Michael,
I think that you need to set in your scenario :{LOC}nnn.nn for InputMask. You can found more details about the masks characters here: http://help.infragistics.com/NetAdvantage/WinForms/2010.1/CLR2.0/?page=Infragistics2.Win.UltraWinMaskedEdit.v10.1~Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit~InputMask.htmlSetting the min and max values restrict to enter values bigger then 100, so in this combination you should be able to solve your issue.
I hope this helps.
Sincerely,DimiDeveloper Support EngineerInfragistics, Inc.