Posted 4 June 2026, 2:25 am EST
Hi,
Migrate from 2010v1 to 2025v2 399 in ASP.NET WebForms NET Framework 4.8.1.
Using C1InputNumeric from C1.Web.Wijmo.Controls.48.dll
Legacy was C1NumericInput
ThousandsSeparator property doesnt exists for C1InputNumeric
<%-- ThousandsSeparator="false" --%>
<cc3:C1InputNumeric ID="txtInitialPageNumber2" runat="server" Culture="Spanish (Spain)" Width="150px"
DecimalPlaces="0" MaxValue="1000000000" MinValue="0" Value="0"
/>
any suggestions ?
