Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
445
Integer in a TextField
posted

I'm trying to display an integer in a read-only text field.  I'm trying to apply a string format, but it doesn't seem to be working.  Can someone tell me what I'm doing wrong?  Here is the XAML:

<igDP:TextField Label="Size" AlternateBinding="{Binding Path=Size, StringFormat=\{0:N0\}}"/>

The column displays, but the "StringFormat" appears to get ignored.

Thanks!

Brad.