Posted 19 May 2025, 2:05 pm EST
C1TextBox Percent Entry Bug.2025-05-19.zip
The C1TextBox control has a bug where it doesn’t properly honour the CustomFormat setting for ‘P0’ (which means Percentage which zero decimal places). The control does display an existing value properly, but interprets any value entered as a literal decimal (so ‘20’ becomes ‘2000 %’). This used to work correctly in the .NET 4.8 version of this control.
The attached VS 2022 solution demoes the problem and contains instructions on how to replicate.