Completed
Last Updated: 03 Jun 2019 14:41 by ADMIN
Release 2019.2.603.360 (R2 2019 minor release)
devon
Created on: 12 Apr 2019 13:06
Category: NumericInput
Type: Bug Report
0
NumericInput: [Android] Value is not applied correctly when StringFormat property is used

Value is not applied correctly when StringFormat property is used (N format specifier): For example

 <telerikInput:RadNumericInput StringFormat="{}{0:N0}"
                                               Value="{1234.56543}"/>

 Workaround:

use F format specifier instead of N format specifier
0 comments