Hello,
Got a problem today: exception: invalid pattern (during rendering)
version: 2012.2.724.40
It seems that when i set a value of zero to (rnt_EmployeeCount.Value = 0) this error occurred. Other values worked fine.
When I delete
Kind regards,
Erik
Got a problem today: exception: invalid pattern (during rendering)
version: 2012.2.724.40
<telerik:RadNumericTextBox ID="rnt_EmployeeCount" Width="70px" ShowSpinButtons="true" MinValue="0" MaxValue="9999999" Style="text-align: right;" runat="server" NumberFormat-DecimalDigits="0" NumberFormat-ZeroPattern="0" />It seems that when i set a value of zero to (rnt_EmployeeCount.Value = 0) this error occurred. Other values worked fine.
When I delete
NumberFormat-ZeroPattern="0" the problem disappears... seems like a bug?Kind regards,
Erik