ThousandsSeparator property C1InputNumeric 2025v2 399

Posted by: enrique.pv-ext on 4 June 2026, 2:25 am EST

    • Post Options:
    • Link

    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 ?

  • Posted 5 June 2026, 2:08 am EST

    Hi,

    We found that the ThousandsSeparator property is not available in the C1InputNumeric control. Instead, you can achieve the same behavior by using the ShowGroup property, as shown below:

    <main>
        <wijmo:C1InputNumeric ID="C1InputNumeric1" runat="server" ShowGroup="true"/>
    </main>

    Best Regards,

    Kartik

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels