Answer:
The Numeric Textbox component displays the value by configuring the decimal and group separator based on the culture. By using the component's custom format, we can display the value without configuring the group separator. Please find the code snippet below.
<SfNumericTextBox TValue="double?" Locale="ru" Format="#########.##" Value="123456789.94">SfNumericTextBox> |